Interactive evolutionary algorithm
   HOME

TheInfoList



OR:

Interactive evolutionary computation (IEC) or aesthetic selection is a general term for methods of
evolutionary computation In 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 ...
that use human evaluation. Usually human evaluation is necessary when the form of fitness function is not known (for example, visual appeal or attractiveness; as in Dawkins, 1986) or the result of optimization should fit a particular user preference (for example, taste of coffee or color set of the user interface).


IEC design issues

The number of evaluations that IEC can receive from one human user is limited by user fatigue which was reported by many researchers as a major problem. In addition, human evaluations are slow and expensive as compared to fitness function computation. Hence, one-user IEC methods should be designed to converge using a small number of evaluations, which necessarily implies very small populations. Several methods were proposed by researchers to speed up convergence, like interactive constrain evolutionary search (user intervention) or fitting user preferences using a
convex function In mathematics, a real-valued function is called convex if the line segment between any two points on the graph of a function, graph of the function lies above the graph between the two points. Equivalently, a function is convex if its epigra ...
. IEC human–computer interfaces should be carefully designed in order to reduce user fatigue. There is also evidence that the addition of computational agents can successfully counteract user fatigue. However IEC implementations that can concurrently accept evaluations from many users overcome the limitations described above. An example of this approach is an interactive media installation by
Karl Sims Karl Sims (born 1962) is a computer graphics artist and researcher, who is best known for using particle systems and artificial life in computer animation. Biography Sims received a B.S. from MIT in 1984, and a M.S. from the MIT Media Lab in 1987. ...
that allows one to accept preferences from many visitors by using floor sensors to evolve attractive 3D animated forms. Some of these multi-user IEC implementations serve as collaboration tools, for example
HBGA In evolutionary computation, a human-based genetic algorithm (HBGA) is a genetic algorithm that allows humans to contribute solution suggestions to the evolutionary process. For this purpose, a HBGA has human interfaces for initialization, mutation, ...
.


IEC types

IEC methods include interactive evolution strategy, interactive genetic algorithm, interactive genetic programming, and human-based genetic algorithm.,


IGA

An interactive genetic algorithm (IGA) is defined as a
genetic algorithm In 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 gene ...
that uses human evaluation. These algorithms belong to a more general category of Interactive evolutionary computation. The main application of these techniques include domains where it is hard or impossible to design a computational fitness function, for example, evolving images, music, various artistic designs and forms to fit a user's aesthetic preferences. Interactive computation methods can use different representations, both linear (as in traditional genetic algorithms) and tree-like ones (as in genetic programming).


See also

* Evolutionary art *
Human-based evolutionary computation Human-based evolutionary computation (HBEC) is a set of evolutionary computation techniques that rely on human innovation. Classes and examples Human-based evolutionary computation techniques can be classified into three more specific classes ana ...
* Human-based genetic algorithm * Human–computer interaction *
Karl Sims Karl Sims (born 1962) is a computer graphics artist and researcher, who is best known for using particle systems and artificial life in computer animation. Biography Sims received a B.S. from MIT in 1984, and a M.S. from the MIT Media Lab in 1987. ...
*
Electric Sheep Electric Sheep is a volunteer computing project for animating and evolving fractal flames, which are in turn distributed to the networked computers, which display them as a screensaver. Process The process is transparent to the casual user, w ...
* SCM-Synthetic Curriculum Modeling *
User review A user review is a review conducted by any person who has access to the internet and publishes their experience to a review site or social media platform following product testing or the evaluation of a service. User reviews are commonly provided ...


References

*Banzhaf, W. (1997), Interactive Evolution, Entry C2.9, in: Handbook of Evolutionary Computation, Oxford University Press,


External links

* * * * * * * * * * *. * * * {{Evolutionary computation Evolutionary computation