Commit graph

  • aa0b74ac9d ignore files created by examples gustavo 2000-07-18 11:33:56 +00:00
  • 01e44cf828 fix examples using binary_value gustavo 2000-07-18 11:30:39 +00:00
  • b03bd951e0 The initial individuals were evaluated directly using binary_value This resulted in the fitness NOT being set, and some abort or segmentation fault later Only eoEvalFunc shouydl be used to evaluate individuals!!! marc 2000-06-22 03:23:15 +00:00
  • ff52d48ccd changing version number gustavo 2000-06-16 10:20:23 +00:00
  • cc7148d622 erasing LICENSE from test directory gustavo 2000-06-16 09:38:43 +00:00
  • 34758a584d *** empty log message *** gustavo 2000-06-15 14:29:25 +00:00
  • 3bc1cb49d8 erasing warnings gustavo 2000-06-14 16:29:00 +00:00
  • 318697af40 Yet again some documentation change mac 2000-06-14 10:33:53 +00:00
  • ff057c799a Removed double reference to t-eoESFull mac 2000-06-14 07:30:21 +00:00
  • 0533618306 Removed double reference to t-eoESFull mac 2000-06-14 07:27:51 +00:00
  • 570397e89e Added ownership functionality and made the thing non-copyable mac 2000-06-13 14:31:53 +00:00
  • 49ee190e10 Some 'improvements' added mac 2000-06-13 14:31:22 +00:00
  • 00780d785a Added an ownership function to eoState mac 2000-06-13 14:30:47 +00:00
  • b5222c8aa5 Changed base class eoEsBase to eoFixedLength mac 2000-06-13 10:27:10 +00:00
  • 0219de5b61 updated documentation mac 2000-06-13 10:25:53 +00:00
  • df56ae5145 Fixed typedef Type error mac 2000-06-13 09:48:24 +00:00
  • 152d42d41e Removed eoEsBase and created an eoFixedLength mac 2000-06-13 09:43:34 +00:00
  • 71b0dc1771 Oh, right found some errors using gcc mac 2000-06-12 20:24:27 +00:00
  • e55e3813dc Oh, right found some errors mac 2000-06-12 20:23:20 +00:00
  • 4c4ce70c04 New ES routines mac 2000-06-12 20:09:59 +00:00
  • c6589b5951 Added a range member function to evaluate an iterator range mac 2000-06-12 20:08:01 +00:00
  • 382557878a eoInit is a base class for making EO's, eoPop now has a constructor for eoInit's mac 2000-06-12 20:07:25 +00:00
  • c1b0a6c503 Removed dependence on eoUniform, changed it to use rng.random or rng.uniform directly mac 2000-06-10 13:22:53 +00:00
  • f39f159924 ignore t-eoExternalEO gustavo 2000-05-26 17:18:06 +00:00
  • 6893a8565d Removed this ugly defaulting to 1 behaviour and solved it using template specialization mac 2000-05-25 13:04:57 +00:00
  • 207698fcc8 Added dummy case general: mac 2000-05-25 12:21:06 +00:00
  • 0363af1289 warning hunting gustavo 2000-05-25 11:03:00 +00:00
  • 9aaafc2cdb Oops, corrected error in ctor(istream) mac 2000-05-25 07:26:13 +00:00
  • 69d9ee7a0f Oops, corrected error in adding t-eoExternalEO mac 2000-05-25 07:23:24 +00:00
  • 86ae1ddbaa eoExternalEO, support for using plain functions and structs in EO mac 2000-05-25 07:18:25 +00:00
  • 9ad8767c41 Changed default printOn to have a trailing space instead of endl mac 2000-05-25 07:17:23 +00:00
  • e7a1922d76 Updated dsp, dsw and added t_eoExternalEO.dsp mac 2000-05-25 07:16:35 +00:00
  • 05c4bec808 Updated makefile and added t-eoExternalEO mac 2000-05-25 07:13:43 +00:00
  • 230e1a03d1 removed reference to rint() (what does this function do anyway? it is not ANSI and defined nowhere in eo!) mac 2000-04-20 11:11:58 +00:00
  • 007046c134 Added a bias function next to bind(). This function will bias the selection to select certain specific guys... mac 2000-04-20 11:06:02 +00:00
  • 2af4074c2c Remove eoBinaryTerm, should not have been here in the first place mac 2000-04-20 10:48:07 +00:00
  • 7ac7389589 adding test to test/.cvsignore gustavo 2000-04-12 09:51:50 +00:00
  • e5825c4d75 some fix gustavo 2000-04-11 12:18:30 +00:00
  • 1992d60fa3 getOp() should return a non-const reference mac 2000-04-09 10:16:28 +00:00
  • 064ebabac5 Changed int target to size_t target (produced warning) mac 2000-04-09 10:13:27 +00:00
  • dd42eec50a eoFitTerm did not implement className mac 2000-04-09 10:10:39 +00:00
  • f6c08c9948 eoFitTerm did not implement className mac 2000-04-09 10:09:32 +00:00
  • 6d61aa2811 Updated eoBreeder to use the even newer general operator interface mac 2000-04-09 10:05:55 +00:00
  • 697d38b372 Updated eoBreeder to use the even newer general operator interface mac 2000-04-09 10:00:55 +00:00
  • 7973019d0b Specialized it for bool, so that we don't get these MSVC warnings. mac 2000-04-09 09:59:06 +00:00
  • 4654d42e30 Oops, it's a pain to get the makefiles up to date when you are working on two machines.... mac 2000-04-09 09:54:25 +00:00
  • bd0cc50be9 Oops, forgot to make operator() return an eoMonitor mac 2000-04-09 09:50:44 +00:00
  • 481bfba8bf Oops, forgot to make operator() return an eoMonitor mac 2000-04-09 09:48:38 +00:00
  • f357a908bf Updated documentation to give proper include file in doxygen and define a module selectors Also added a load(stream) and save(stream) to eoState mac 2000-04-09 09:46:20 +00:00
  • 6e925bedea Updated documentation to give proper include file in doxygen and define a module bitstring mac 2000-04-09 09:44:53 +00:00
  • fee9a330b1 Added t-eoGOpSel. mac 2000-04-09 09:43:40 +00:00
  • ed45375451 Changed the general operator interface to be consistent with the rest of EO, updated some documentation. mac 2000-04-09 09:41:29 +00:00
  • 64a5d2de58 updated Makefiles and removed a few unneeded files. note: ES files are pending mac 2000-04-07 14:23:59 +00:00
  • 87cdfa00c4 no message mac 2000-04-07 09:04:50 +00:00
  • e35a59cdd6 changing include style from ... to <...> gustavo 2000-04-04 15:22:04 +00:00
  • b40fefb6ed initial .cvsignore gustavo 2000-04-04 11:00:18 +00:00
  • 64cb3f19e1 changing autonconfiguration to compile more examples and to create documentation gustavo 2000-04-03 15:52:31 +00:00
  • 06dab1f914 forgeting multiOps gustavo 2000-04-03 15:27:56 +00:00
  • bf33704610 too many EMPTY constructors gustavo 2000-04-03 09:51:29 +00:00
  • 902d88fef6 adding & modifying .cvsignore's gustavo 2000-04-03 09:32:43 +00:00
  • b5606ad11a Maarten was right gustavo 2000-03-31 16:23:16 +00:00
  • e6e9dbeaf4 Makefile.in don't need to be in cvs gustavo 2000-03-31 14:34:50 +00:00
  • f07b16a575 more fix in makefiles gustavo 2000-03-31 14:33:13 +00:00
  • 1fb9e6ceb7 Added checkpointing to the makefile, but have to test it later on a Linux box mac 2000-03-31 10:14:15 +00:00
  • 9823af7c09 Finalized Checkpointing, renamed t-testSta.... to t-eoStateAndParser added a checkpoint tester, but did not yet update the Makefiles as I don't have automake on my machine mac 2000-03-31 10:04:39 +00:00
  • 9bcf9d95f8 Finalized Checkpointing, see t-eoCheckpointing for a test mac 2000-03-31 10:02:18 +00:00
  • 6d5d34ba1f Added a className member mac 2000-03-31 10:00:22 +00:00
  • c7eccdbe13 adding const... leaving as is gustavo 2000-03-30 18:15:14 +00:00
  • 28219fcc12 makefiles almost work gustavo 2000-03-30 18:02:03 +00:00
  • 5fe7510807 fixing makefiles gustavo 2000-03-30 17:11:20 +00:00
  • 1fe3a72e10 changing Makefile.am's to accept new subdiretory structure gustavo 2000-03-30 14:20:25 +00:00
  • 5467df160c changed erronuous classname() to className() mac 2000-03-30 09:43:21 +00:00
  • a2457cf126 few minor mods mac 2000-03-23 14:41:12 +00:00
  • f290f94301 Adapted it for the poor stdc++ support of g++ mac 2000-03-22 18:55:12 +00:00
  • 737779f235 no message mac 2000-03-22 17:10:07 +00:00
  • b6c506643a Changed some includes for the new dir structure mac 2000-03-22 17:09:36 +00:00
  • 6c79787c43 Changed some includes for the new dir structure mac 2000-03-22 16:49:35 +00:00
  • 340edc2420 test the state and the parser mac 2000-03-22 16:47:27 +00:00
  • 7fe8f333e7 Changed readFrom, which is no longer line based mac 2000-03-22 15:39:32 +00:00
  • 7303d62c1a Obsolete, now present in eoOp.h mac 2000-03-22 15:38:16 +00:00
  • 0b0c3f2fc0 Changed a few params in the configuration file mac 2000-03-22 15:14:16 +00:00
  • 0b35985e6d (re)moving... mac 2000-03-22 15:00:38 +00:00
  • a5a4d65ab8 (re)moving... mac 2000-03-22 14:48:49 +00:00
  • c4f6d9272f Configuration file for doxygen mac 2000-03-22 14:38:10 +00:00
  • 2e6d406d8e (re)moving... mac 2000-03-22 14:32:37 +00:00
  • 2620c402bc no message mac 2000-03-22 14:30:57 +00:00
  • 2799347236 moving... mac 2000-03-22 14:23:20 +00:00
  • 5ecddc312c moved old files here mac 2000-03-22 14:21:02 +00:00
  • ddb4bfb00b Moved the es files to an es directory mac 2000-03-22 14:18:39 +00:00
  • 648c4ab6ec no message mac 2000-03-22 14:12:08 +00:00
  • 81751e279f Added utilities directory, this contains state, parser etc. mac 2000-03-22 14:04:03 +00:00
  • 2e35c416ce Removed obsolete references mac 2000-03-22 13:58:29 +00:00
  • 32541d5fe7 moved to utils mac 2000-03-22 13:57:57 +00:00
  • f7547d6f8b eoSelfEval was empty mac 2000-03-20 17:35:24 +00:00
  • d55c0a5456 Just changed a typo in the documentation mac 2000-03-20 17:32:42 +00:00
  • 4a6202ff13 Removed some obsolete files, changed min and max in compatibility, commented the parser out of eoESFullMut and added some default initialization (please check this Marc). Why eoParser has changed is beyond me, but I am too late to uncommit. I will update a real parser very soon now. mac 2000-03-20 16:13:32 +00:00
  • b111bf01aa Put eoTerm into the eo hierarchy - it was in the air! Added the className method marc 2000-03-13 10:17:12 +00:00
  • 83ca890c10 Changed some int into unsigned to avoid Gnu warnings marc 2000-03-13 10:14:20 +00:00
  • b4e61489c7 Removed extra {} in operator() marc 2000-03-13 10:10:00 +00:00
  • f430468921 Removed the call to the istream ctor, replaced it with readFrom mac 2000-03-06 16:28:37 +00:00