Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Difference between revisions of "Multiobjective optimization and evolutionary algorithms"


(some external links added)
Line 10: Line 10:
 
When applying EAs to MO, multiple pareto optimal solutions are in the quest.
 
When applying EAs to MO, multiple pareto optimal solutions are in the quest.
 
One of the possible EAs for exploring the MO search space is the Differential Evolution (e.g. [[jDE]]). The most known Genetic Algorithm (GA) for the MO is the Non-dominated Sorting Genetic Algorithm - II ([http://scholar.google.com/scholar?hl=en&lr=&cites=12712700205993828129 NSGA-II]) by Deb.
 
One of the possible EAs for exploring the MO search space is the Differential Evolution (e.g. [[jDE]]). The most known Genetic Algorithm (GA) for the MO is the Non-dominated Sorting Genetic Algorithm - II ([http://scholar.google.com/scholar?hl=en&lr=&cites=12712700205993828129 NSGA-II]) by Deb.
 +
 +
== Journals ==
 +
[http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=3749 Evolutionary Computation (The MIT Press)]
 +
[http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=4235 IEEE Transactions on Evolutionary Computation]
  
 
== External links ==
 
== External links ==

Revision as of 12:17, 12 March 2007

What is Multiobjective optimization

Multiobjective optimization (MO), also known as multicritera optimization is an optimization of a vector function \mathbf{f}(\mathbf{x}), where \mathbf{x} is a vector of parameters to the vector function \mathbf{f}, usually being a minimisation of components of \mathbf{x} with respect to Pareto efficiency.

Pareto efficiency, also known as Pareto optimality, is a best choice of criteria, such that no criterion must be worsened in order to better some another criterion. \mathbf{x} is Pareto optimal, iff does not exist \mathbf{y}:y_i < x_i.

What are Evolutionary Algorithms

Evolutionary Algorithms (EAs) are problem solving principles from nature applied to the metaheuristic search. Using mutation, crossover, and selection operators, stochastic search is developed to evolve better individuals in quest for (a) globally best individual(s).

When applying EAs to MO, multiple pareto optimal solutions are in the quest. One of the possible EAs for exploring the MO search space is the Differential Evolution (e.g. jDE). The most known Genetic Algorithm (GA) for the MO is the Non-dominated Sorting Genetic Algorithm - II (NSGA-II) by Deb.

Journals

Evolutionary Computation (The MIT Press) IEEE Transactions on Evolutionary Computation

External links