COSC-4P82-Final-Project/lib/beagle-3.0.3/examples/GA/zeromin/README

34 lines
777 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
ZeroMin (zeromin): Minimization GA example with Open BEAGLE
Copyright (C) 2003
by Christian Gagne <cgagne@gmail.com>
and Marc Parizeau <parizeau@gel.ulaval.ca>
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Getting started
===============
Example is compiled in binary 'zeromin'. Usage options is described by
executing it with command-line argument '-OBusage'. The detailed help can
also be obtained with argument '-OBhelp'.
Objective
=========
Find a bit string filled with zeros.
Representation
==============
Bit strings made of N bits.
Fitness
=======
Number of ones in the bit string, where the perfect solution has a fitness of 0.