Genetic algorithmIn computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired operators such as mutation, crossover and selection. Some examples of GA applications include optimizing decision trees for better performance, solving sudoku puzzles, hyperparameter optimization, causal inference, etc.
PathfindingPathfinding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes. This field of research is based heavily on Dijkstra's algorithm for finding the shortest path on a weighted graph. Pathfinding is closely related to the shortest path problem, within graph theory, which examines how to identify the path that best meets some criteria (shortest, cheapest, fastest, etc) between two points in a large network.
Widest path problemIn graph algorithms, the widest path problem is the problem of finding a path between two designated vertices in a weighted graph, maximizing the weight of the minimum-weight edge in the path. The widest path problem is also known as the maximum capacity path problem. It is possible to adapt most shortest path algorithms to compute widest paths, by modifying them to use the bottleneck distance instead of path length. However, in many cases even faster algorithms are possible.
Lift-induced dragIn aerodynamics, lift-induced drag, induced drag, vortex drag, or sometimes drag due to lift, is an aerodynamic drag force that occurs whenever a moving object redirects the airflow coming at it. This drag force occurs in airplanes due to wings or a lifting body redirecting air to cause lift and also in cars with airfoil wings that redirect air to cause a downforce. It is symbolized as , and the lift-induced drag coefficient as . For a constant amount of lift, induced drag can be reduced by increasing airspeed.
Control theoryControl theory is a field of control engineering and applied mathematics that deals with the control of dynamical systems in engineered processes and machines. The objective is to develop a model or algorithm governing the application of system inputs to drive the system to a desired state, while minimizing any delay, overshoot, or steady-state error and ensuring a level of control stability; often with the aim to achieve a degree of optimality. To do this, a controller with the requisite corrective behavior is required.
Markov decision processIn mathematics, a Markov decision process (MDP) is a discrete-time stochastic control process. It provides a mathematical framework for modeling decision making in situations where outcomes are partly random and partly under the control of a decision maker. MDPs are useful for studying optimization problems solved via dynamic programming. MDPs were known at least as early as the 1950s; a core body of research on Markov decision processes resulted from Ronald Howard's 1960 book, Dynamic Programming and Markov Processes.
Wind turbine designWind turbine design is the process of defining the form and configuration of a wind turbine to extract energy from the wind. An installation consists of the systems needed to capture the wind's energy, point the turbine into the wind, convert mechanical rotation into electrical power, and other systems to start, stop, and control the turbine. In 1919, German physicist Albert Betz showed that for a hypothetical ideal wind-energy extraction machine, the fundamental laws of conservation of mass and energy allowed no more than 16/27 (59.
Power kiteA power kite or traction kite is a large kite designed to provide significant pull to the user. The two most common forms are the foil, and the leading edge inflatable. There are also other less common types of power kite including rigid-framed kites and soft single skin kites. There are several different control systems used with these kites which have two to five lines and a bar or handles. Foil kites consist of a number of cells with cloth ribs in each cell.
Darrieus wind turbineThe Darrieus wind turbine is a type of vertical axis wind turbine (VAWT) used to generate electricity from wind energy. The turbine consists of a number of curved aerofoil blades mounted on a rotating shaft or framework. The curvature of the blades allows the blade to be stressed only in tension at high rotating speeds. There are several closely related wind turbines that use straight blades. This design of the turbine was patented by Georges Jean Marie Darrieus, a French aeronautical engineer; filing for the patent was October 1, 1926.
Vertical-axis wind turbineA vertical-axis wind turbine (VAWT) is a type of wind turbine where the main rotor shaft is set transverse to the wind while the main components are located at the base of the turbine. This arrangement allows the generator and gearbox to be located close to the ground, facilitating service and repair. VAWTs do not need to be pointed into the wind, which removes the need for wind-sensing and orientation mechanisms. Major drawbacks for the early designs (Savonius, Darrieus and giromill) included the significant torque ripple during each revolution, and the large bending moments on the blades.