Package org.moeaframework.core.operator.program
package org.moeaframework.core.operator.program
Collection of operators for expression trees for use with Genetic Programming (GP).
References:
- Poli, R., Langdon, W.B., McPhee, N.F., Koza, J.R. "A Field Guide to Genetic Programming." Available online at <http://www.gp-field-guide.org.uk>, 26 March 2008.
- Koza, J.R. "Genetic Programming: On the Programming of Computers by Means of Natural Selection." MIT Press, Cambridge, MA, USA, 1992.
-
ClassDescriptionMutates a program by randomly selecting nodes in the expression tree and replacing the node with a new, compatible, randomly-selected node.Exchanges a randomly-selected subtree from one program with a compatible, randomly-selected subtree from another program.