GPopulation Component

copyright Adi Andrei - 1999
all rights reserved
e-mail: aandrei@writeme.com

Free for non comercial applications.
Please contact author for comercial licensing.


Installation: 

  Open the GP.DPK package in Delphi 4
  Compile and install it.


Limitations:

  Max number of individuals: 50000
  Max length of an individual: 65535 characters
  Max number of terminals in the terminal set: 100
  Max numer of functionsin the function set: 100

  Selection type: fitness  based, using probability roulette
  Genetic operators:  reproduction, crossover
  Fitnes function: provided by the user in the  OnIndEval event

Development:

  Read 'gpdoc.htm' file for description of components methods,properties,events.



Demo Application:

 Boolean Multiplexer

   open the \Demo\BM.dpr project after installing the GPopulation component
   see the bm.doc for more details

