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.
Unconventional wind turbinesUnconventional wind turbines are those that differ significantly from the most common types in use. the most common type of wind turbine is the three-bladed upwind horizontal-axis wind turbine (HAWT), where the turbine rotor is at the front of the nacelle and facing the wind upstream of its supporting turbine tower. A second major unit type is the vertical-axis wind turbine (VAWT), with blades extending upwards, supported by a rotating framework.
Home energy storageHome energy storage devices store electricity locally, for later consumption. Electrochemical energy storage products, also known as "Battery Energy Storage System" (or "BESS" for short), at their heart are rechargeable batteries, typically based on lithium-ion or lead-acid controlled by computer with intelligent software to handle charging and discharging cycles. Companies are also developing smaller flow battery technology for home use.
Computer data storageComputer data storage is a technology consisting of computer components and recording media that are used to retain digital data. It is a core function and fundamental component of computers. The central processing unit (CPU) of a computer is what manipulates data by performing computations. In practice, almost all computers use a storage hierarchy, which puts fast but expensive and small storage options close to the CPU and slower but less expensive and larger options further away.
Small wind turbineSmall wind turbines, also known as micro wind turbines, generate electricity for small-scale use. These turbines are typically smaller than those found in wind farms. Small wind turbines often have passive yaw systems as opposed to active ones. They use a direct drive generator and use a tail fin to point into the wind, whereas larger turbines have geared powertrains that are actively pointed into the wind. They usually produce between 500 W and 10 kW, with some as small as 50 W.
Population model (evolutionary algorithm)The population model of an evolutionary algorithm (EA) describes the structural properties of its population to which its members are subject. A population is the set of all proposed solutions of an EA considered in one iteration, which are also called individuals according to the biological role model. The individuals of a population can generate further individuals as offspring with the help of the genetic operators of the procedure. The simplest and widely used population model in EAs is the global or panmictic model, which corresponds to an unstructured population.
Swarm intelligenceSwarm intelligence (SI) is the collective behavior of decentralized, self-organized systems, natural or artificial. The concept is employed in work on artificial intelligence. The expression was introduced by Gerardo Beni and Jing Wang in 1989, in the context of cellular robotic systems. SI systems consist typically of a population of simple agents or boids interacting locally with one another and with their environment. The inspiration often comes from nature, especially biological systems.
Evolutionary computationIn computer science, evolutionary computation is a family of algorithms for global optimization inspired by biological evolution, and the subfield of artificial intelligence and soft computing studying these algorithms. In technical terms, they are a family of population-based trial and error problem solvers with a metaheuristic or stochastic optimization character. In evolutionary computation, an initial set of candidate solutions is generated and iteratively updated.
Battery packA battery pack is a set of any number of (preferably) identical batteries or individual battery cells. They may be configured in a series, parallel or a mixture of both to deliver the desired voltage, capacity, or power density. The term battery pack is often used in reference to cordless tools, radio-controlled hobby toys, and battery electric vehicles. Components of battery packs include the individual batteries or cells, and the interconnects which provide electrical conductivity between them.
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.