MOEA Framework 2.5
API Specification

Package org.moeaframework.core.operator.program

Collection of operators for expression trees for use with Genetic Programming (GP).

See:
          Description

Class Summary
PointMutation Mutates a program by randomly selecting nodes in the expression tree and replacing the node with a new, compatible, randomly-selected node.
SubtreeCrossover Exchanges a randomly-selected subtree from one program with a compatible, randomly-selected subtree from another program.
 

Package org.moeaframework.core.operator.program Description

Collection of operators for expression trees for use with Genetic Programming (GP).

References:

  1. 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.
  2. Koza, J.R. "Genetic Programming: On the Programming of Computers by Means of Natural Selection." MIT Press, Cambridge, MA, USA, 1992.


MOEA Framework 2.5
API Specification

Copyright 2009-2015 MOEA Framework. All rights reserved.
Licensed under the GNU Lesser General Public License.
Return to the MOEA Framework homepage. Hosted by Get MOEA Framework at SourceForge.net. Fast, secure and Free Open Source software downloads