1998-04-11  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* Makefile (SWARMHOME): Default SWARMHOME to 1998-04-11.

	* BinChrom.h: Don't include defoboj.h or stdio.h.  Include
	simtoolsgui.h.

1998-03-11  Alex Lancaster  <alex@santafe.edu>

	* PopObsSwarm.h: Import <simtoolsgui.h> rather than <simtools.h>
	and import <simtoolsgui/GUISwarm.h> explicitly.

	* {BinChrom, PopSwarm}.m: Explicitly include <random.h> library
	for default random number generators.

1998-02-06  Alex Lancaster  <alex@santafe.edu>

	* Makefile (tar): Commented out mv command.

1998-01-27  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* PopObsSwarm.m: Send waitForControlEvent to actionCache.

	* gademo.m (main): Constify argv.

1998-01-15  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* PopObsSwarm.m: Use SET_WINDOW_GEOMETRY_RECORD_NAME for
	fitnessGraph.

1998-01-13  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* gademo.m: Use SET_WINDOW_GEOMETRY_RECORD_NAME for topLevelSwarm.

	* PopObsSwarm.m: Use CREATE_ARCHIVED_PROBE_DISPLAY for populationSwarm
	and PopObsSwarm.

	* Makefile (SWARMHOME): Default SWARMHOME to 1.0.5.

1997-12-12  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* Makefile (SWARMHOME): Don't define if already defined (e.g.
	the environment).

	* PopSwarm.m ([PopulationSwarm +createBegin:]): Switch from
	ProbeMap * to id <ProbeMap>.

	* PopObsSwarm.m ([PopulationObserverSwarm +createBegin:aZone]): 
	Switch from ProbeMap * to id <ProbeMap>.
	([PopulationObserverSwarm -buildActions]): Send doTKEvents to 
	actionCache, not controlPanel.

	* Chromosome.h: Constify argument to setID.

	* BinChrom.m ([BinChromosome -setID:]): Constify argument.

Thu Feb 20 09:52:15 1997  Juan J. Merelo  <jmerelo@awatovi.santafe.edu>

	* PopSwarm.h: Cambiado popSize a initPopSize

Tue Feb 18 16:00:34 1997  Juan J. Merelo  <jmerelo@awatovi.santafe.edu>

	* PopSwarm.m: Aniadida printGenealogy, para que imprima la
	genealogia como Bill quiera.
	Aniadido tambien que imprima cada vez que se muere uno su fitness

Thu Feb 13 10:18:16 1997  Juan J. Merelo  <jmerelo@awatovi.santafe.edu>

	* PopBatchSwarm.m: Modificado PopSwarm para que cargue los objetos
	usando ObjectLoader; eliminada la llamada al mismo en BatchSwarm.

	* ga.h: Modificado para aniadir los nombres de las nuevas
	cabeceras. 

	* BinChrom.h: Aniadida la declaracion de los metodos que se han
	overrideado. 

	* BinChrom.m: Modificaciones cosmeticas al codigo: division clara
	entre creating, setting, using y cosas asi. 

Wed Feb 12 09:32:49 1997  Juan J. Merelo  <jmerelo@awatovi.santafe.edu>

	* PopSwarm.m: Cambiados algunos valores por defecto de las
	variables. Aniadidos algunos comentarios, y eliminadas cosas del
	protocolo del cromosoma que no servian de mucho.

	* BinChrom.m: Cambiado free a drop, para que se ajuste a la
	definicion del interfaz, como dios manda.

Tue Feb 11 10:36:46 1997  Juan J. Merelo  <jmerelo@awatovi.santafe.edu>

	* PopBatchSwarm.m: Aniadida esta clase completa, para que se
	puedan ejecutar algoritmos geneticos desde linea de comandos.

Fri Feb  7 11:50:32 1997  Juan J. Merelo  <jmerelo@awatovi.santafe.edu>

	* gademo.m: Cambiado para que funcione con la version
	1.0.0. Limpiado el codigo tambien de algunas cosillas.

