AI-Genetic-Pro

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
      To provide more flexibility AI::Genetic::Pro supports many
      statistical distributions, such as uniform, natural, chi_square and
      others. This feature can be used in selection and/or crossover. See
      the documentation below.
 
METHODS
 
    $ga->new( %options )
 
      Constructor. It accepts options in hash-value style. See options and
      an example below.
 
      -fitness
 
        This defines a fitness function. It expects a reference to a
        subroutine.
 
      -terminate
 
        This defines a terminate function. It expects a reference to a

lib/AI/Genetic/Pro.pm  view on Meta::CPAN

767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
the documentation below.
 
=back
 
=head1 METHODS
 
=over 4
 
=item I<$ga>-E<gt>B<new>( %options )
 
Constructor. It accepts options in hash-value style. See options and
an example below.
 
=over 8
 
=item -fitness
 
This defines a I<fitness> function. It expects a reference to a subroutine.
 
=item -terminate



( run in 0.344 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )