![]() |
![]()
| ![]() |
![]()
NAMEAlgorithm::Evolutionary::Fitness::ZDT1 - Zitzler-Deb-Thiele #1 Multiobjective test function SYNOPSISmy $number_of_bits = 5; my $z = Algorithm::Evolutionary::Fitness::ZDT1->new( $number_of_bits); my $string = "10101"x30; $z->zdt1( $string); #Previously created binary chromosome with 5x30 bits $z->apply( $chromosome ); DESCRIPTIONImplementation of the first ZDT test function, found at "Comparison of Multiobjective Evolutionary Algorithms: Empirical Results" by Zitzler, Deb and Thiele METHODSnewCreates a new instance of the problem, with the said number of bits and peaks _really_applyApplies the instantiated problem to a chromosome zdt1Computes ZDT1, returning an array hash with the values of f1 and f2. gG function in ZDT 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/24 10:25:49 $ $Header: /media/Backup/Repos/opeal/opeal/Algorithm-Evolutionary/lib/Algorithm/Evolutionary/Fitness/ZDT1.pm,v 3.1 2009/07/24 10:25:49 jmerelo Exp $ $Author: jmerelo $ $Revision: 3.1 $ $Name $
|