DragonFly On-Line Manual Pages

Search: Section:  


TIDE_FLOAT(1)         User Contributed Perl Documentation        TIDE_FLOAT(1)

NAME

tide_float.pl - Optimization of the tide function using A::E

SYNOPSIS

prompt% ./tide_float.pl <population> <number of generations> or prompt% perl tide_float.pl <population> <number of generations> will show the values of the two floating-point components of the chromosome and finally the best value and fitness reached, which should be as close to 1 as possible.

DESCRIPTION

A simple example of how to run an Evolutionary algorithm based on Algorithm::Evolutionary. Tries to find the max of the bidimensional Tide , and outputs the x and y coordinates, along with fitness. Best fitness is close to 1. Around 50 generations should be enough, but default is population and number of generations equal to 100.

AUTHOR

Contributed by Pedro Castillo Valdivieso, modified by J. J. Merelo Copyright This 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: 2012/12/08 10:12:37 $ $Header: /media/Backup/Repos/opeal/opeal/Algorithm-Evolutionary/scripts/tide_float.pl,v 3.1 2012/12/08 10:12:37 jmerelo Exp $ $Author: jmerelo $ $Revision: 3.1 $ $Name $ perl v5.20.2 2014-10-25 TIDE_FLOAT(1)

Search: Section: