![]() |
![]()
| ![]() |
![]()
NAMEAlgorithm::Evolutionary::Op::TreeMutation - GP-like mutation operator for trees SYNOPSISmy $op = new Algorithm::Evolutionary::Op::TreeMutation (0.5 ); #Create from scratch Base ClassAlgorithm::Evolutionary::Op::Base DESCRIPTIONMutation operator for a genetic programming, mutates tree nodes with a certain probability METHODSnewCreates a new mutation operator with an application rate. Rate defaults to 0.1. createCreates a new mutation operator with an application rate. Rate defaults to 0.5. Called create to distinguish from the classwide ctor, new. It just makes simpler to create a Mutation Operator applyApplies mutation operator to a "Chromosome", but it checks before application that both operands are of type Algorithm::Evolutionary::Individual::Tree. mutateCallback routine called from apply; decides on mutation application, and applies it. If appliable, substitutes a node by other with the same arity. Builds a lists of nodes before, to speed up operation CopyrightThis file is released under the GPL. See the LICENSE file included in this distribution, or go to http://www.fsf.org/licenses/gpl.txt CVS Info: $Date: 2009/07/28 11:30:56 $ $Header: /media/Backup/Repos/opeal/opeal/Algorithm-Evolutionary/lib/Algorithm/Evolutionary/Op/TreeMutation.pm,v 3.1 2009/07/28 11:30:56 jmerelo Exp $ $Author: jmerelo $ $Revision: 3.1 $
|