COSC_4P82_Assignment_1/lib/beagle-3.0.3/examples/GA/zeromin
Brett e125f04383 init 2024-02-13 21:21:51 -05:00
..
MSVCPP init 2024-02-13 21:21:51 -05:00
config init 2024-02-13 21:21:51 -05:00
templates init 2024-02-13 21:21:51 -05:00
zeromin init 2024-02-13 21:21:51 -05:00
AUTHORS init 2024-02-13 21:21:51 -05:00
COPYING init 2024-02-13 21:21:51 -05:00
INSTALL init 2024-02-13 21:21:51 -05:00
Makefile.am init 2024-02-13 21:21:51 -05:00
Makefile.cvs init 2024-02-13 21:21:51 -05:00
Makefile.in init 2024-02-13 21:21:51 -05:00
README init 2024-02-13 21:21:51 -05:00
acinclude.m4 init 2024-02-13 21:21:51 -05:00
aclocal.m4 init 2024-02-13 21:21:51 -05:00
bootstrap init 2024-02-13 21:21:51 -05:00
configure init 2024-02-13 21:21:51 -05:00
configure.ac init 2024-02-13 21:21:51 -05:00
zeromin.kdevelop init 2024-02-13 21:21:51 -05:00

README

+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

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.