1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
|
2004-03-19 10:13 scott
* configure.ac, libevocosm/evocommon.cpp: Updated to version 2.5.2
2004-03-19 09:52 scott
* funcopt/Makefile.am, libevocosm/Makefile.am: Removed explicit
setting of CXXFLAGS
2004-03-19 09:51 scott
* reconf: Added call to libtoolize
2004-03-19 09:45 scott
* ltmain.sh: Removed spurious ltmain.sh script
2004-03-17 18:48 scott
* libevocosm/: evocommon.cpp, evocommon.h, evocosm.h, evoreal.cpp,
evoreal.h, fsm.h, fsm_tools.h, fuzzy_machine.h, landscape.h,
migrator.h, mutator.h, organism.h, reporter.h, reproducer.h,
roulette.cpp, roulette.h, scaler.h, selector.h, simple_fsm.h:
Changes made to includes
2004-03-17 18:42 scott
* libevocosm/: evocommon.cpp, evocosm.h, evoreal.cpp, evoreal.h,
fsm.h, fsm_tools.h, fuzzy_machine.h, landscape.h, migrator.h,
mutator.h, organism.h, reporter.h, reproducer.h, roulette.cpp,
roulette.h, scaler.h, selector.h, simple_fsm.h: Fixed directory
problem with including evocosm headers
2004-01-15 19:51 scott
* libevocosm/: Makefile.am, evocommon.cpp, evocommon.h, evocosm.h,
evoreal.cpp, evoreal.h, fsm.h, fsm_tools.h, fuzzy_machine.h,
landscape.h, migrator.h, mutator.h, organism.h, reporter.h,
reproducer.h, roulette.cpp, roulette.h, scaler.h, selector.h,
simple_fsm.h: Removed unnecessary compile-time defines Set
CXXFLAGS to -O3
2004-01-15 19:50 scott
* funcopt/: Makefile.am, ecopt.cpp, runfuncopt.cpp: Renamed ecopt
to runfuncopt
2004-01-15 19:50 scott
* configure.ac: Fixed trivial bugs
2004-01-15 19:31 scott
* COPYING: Added COPYING file
2004-01-15 19:31 scott
* configure.ac, funcopt/Makefile.am: Fixed bugs found during
initial reconf
2004-01-15 19:28 scott
* configure.ac, funcopt/Makefile.am, funcopt/funcopt.cpp,
funcopt/funcopt.h, libevocosm/Makefile.am: Revisions for new
configuration
2004-01-15 19:21 scott
* AUTHORS, INSTALL, LICENSE.COMMERCIAL, LICENSE.GPL,
LICENSE.POLICY, Makefile, Makefile.am, NEWS, README,
config.guess, config.sub, configure.ac, evocommon.cpp,
evocommon.h, evocosm.h, evocosm_footer.html, evocosm_header.html,
evoreal.cpp, evoreal.h, fsm.h, fsm_tools.h, fuzzy_machine.h,
install-sh, landscape.h, libevocosm.doxygen, libevocosm.pc.in,
ltmain.sh, migrator.h, missing, mkinstalldirs, mutator.h,
organism.h, reconf, reporter.h, reproducer.h, roulette.cpp,
roulette.h, scaler.h, selector.h, simple_fsm.h, svfl.txt,
doc/evocosm_footer.html, doc/evocosm_header.html,
doc/funcopt.doxygen, doc/funcopt_footer.html,
doc/funcopt_header.html, doc/libevocosm.doxygen,
funcopt/Makefile.am, funcopt/ecopt.cpp, funcopt/funcopt.cpp,
funcopt/funcopt.h, libevocosm/Makefile.am,
libevocosm/evocommon.cpp, libevocosm/evocommon.h,
libevocosm/evocosm.h, libevocosm/evoreal.cpp,
libevocosm/evoreal.h, libevocosm/fsm.h, libevocosm/fsm_tools.h,
libevocosm/fuzzy_machine.h, libevocosm/landscape.h,
libevocosm/migrator.h, libevocosm/mutator.h,
libevocosm/organism.h, libevocosm/reporter.h,
libevocosm/reproducer.h, libevocosm/roulette.cpp,
libevocosm/roulette.h, libevocosm/scaler.h,
libevocosm/selector.h, libevocosm/simple_fsm.h,
obsolete/Makefile: Reorganized code for GNU auto tools
2004-01-13 19:20 scott
* evocommon.cpp, evocommon.h, evocosm.h, evoreal.cpp, evoreal.h,
fsm.h, fsm_tools.h, fuzzy_machine.h, landscape.h, migrator.h,
mutator.h, organism.h, reporter.h, reproducer.h, roulette.cpp,
roulette.h, scaler.h, selector.h, simple_fsm.h: Updated copyright
messages for 2004
2004-01-13 19:17 scott
* Makefile, evocommon.cpp, evocommon.h: Reflect change in libcoyote
name from mtprng to mtwister Intel and GNU now produce the same
library name
2003-12-03 13:37 scott
* Makefile.sparc: UltraSparc makefile added
2003-10-20 15:51 scott
* Makefile, Makefile.P3, README, evocommon.cpp: Combines and
simplified Makefile Updated README Updated version to 2.5.0
2003-10-14 23:16 scott
* evocommon.cpp, evocommon.h, evocosm.h: Removed extraneous
semicolons
2003-10-13 16:54 scott
* Makefile: Updated Makefile to fdifferentiate between gcc and icc
libraries Makefile no longer removes libraries on clean
2003-08-08 13:21 scott
* evocommon.cpp, evocosm.h, libevocosm.doxygen, migrator.h: Minor
changes to reflect gcc 3.4 prerelease
2003-07-02 15:23 scott
* Makefile.P3: Minor Makefile changes
2003-07-02 15:22 scott
* evocommon.cpp, evocosm.h: Fixed minor pedantic warnings
2003-06-25 10:26 scott
* evocommon.cpp: Updated version number
2003-06-25 10:24 scott
* simple_fsm.h: Mutation is no longer allows old value to be
replaced by itself
2003-06-24 09:53 scott
* Makefile.386, Makefile.P3: Change erroneous Makefile name for
Pentium 3
2003-06-23 23:07 scott
* evocosm.h, fuzzy_machine.h: Fixed a major bug in "replace state"
mutation for fuzzy state machines
2003-06-23 18:27 scott
* evocommon.cpp, evocosm.h: Parallelized (OpenMP) run_generation
method
2003-06-22 20:26 scott
* evocommon.cpp: Updated version to 2.3.7
2003-06-22 20:23 scott
* Makefile, landscape.h: Fixed const problem with test functions in
landscape template
2003-03-23 11:05 scott
* evocosm.h: Bug fixes Comment fixes
2003-03-23 09:34 scott
* evocosm.h: Bug fixes
2003-03-23 09:27 scott
* evocommon.cpp, evocosm.h: Added append method to organism factory
Updated version number
2003-03-21 17:43 scott
* evocommon.cpp: Updated version number constant to 2.3.5
2003-03-20 08:51 scott
* evocosm.h, scaler.h: Fixed bug in windowed scaler (used max
instead of min! -- duh!)
2003-03-18 20:41 scott
* scaler.h: Fixed weird bug with extra "sigma" text in seemingly
random places
2003-03-16 20:35 scott
* evocosm_footer.html, evocosm_header.html: Fixed version number
bugs in HTML header and footer
2003-03-15 22:34 scott
* evocosm.h, evoreal.h, fsm.h, fuzzy_machine.h, migrator.h,
organism.h, roulette.cpp, roulette.h, selector.h, simple_fsm.h:
Updated comments to match implementation Modified more copyright
date errors Correct documentation errors
2003-03-15 21:34 scott
* evocosm.h, landscape.h, reporter.h, scaler.h: Added missing
test(organism) function to landscape Updated some comments
2003-03-06 09:54 scott
* evocommon.cpp, evocosm.h, reporter.h, scaler.h: Began version
2.3.4 Added invert operation to base scaler class Added
minimizing flag to evocosm class and constructor
2003-02-09 19:19 scott
* evocommon.cpp: Increased version number to 2.3.3
2003-02-09 18:49 scott
* fsm.h, fsm_tools.h, fuzzy_machine.h, simple_fsm.h: Added "replace
state" mutation to finite and fuzzy state machines
2003-01-29 19:18 scott
* landscape.h: Modified landscape.test to return a fitness value
2003-01-27 17:59 scott
* evocommon.cpp, evocosm.h: Fixed incorrect version number in
evocommon Updated comments (still not finished)
2003-01-27 17:56 scott
* evocosm.h, fuzzy_machine.h, simple_fsm.h: Changed fuzzy_machine
to use one-point crossover (prev. was random) Changed simple_fsm
to use one-point crossover (prev. was random) Minor aethetic and
bug fixes
2003-01-26 21:11 scott
* Makefile, evocommon.cpp, evocommon.h, evocosm.h, evoreal.cpp,
evoreal.h, fsm.h, fsm_tools.h, fuzzy_machine.h, landscape.h,
migrator.h, mutator.h, organism.h, reporter.h, reproducer.h,
roulette.cpp, roulette.h, scaler.h, selector.h, simple_fsm.h:
Updated copyright statements Added "crossover constructor" to
organism Fixed several bugs in fuzzy machine
2003-01-16 14:51 scott
* Makefile.386: Added Makefile for Pentium 3
2003-01-15 20:06 scott
* evocosm.h, selector.h: changed back to left/ahead/right movement
2003-01-13 19:15 scott
* Makefile, README, evocommon.cpp, evocommon.h, evocosm.h,
evocosm_footer.html, evocosm_header.html, evoreal.cpp, evoreal.h,
fsm.h, fsm_tools.h, fuzzy_machine.h, landscape.h,
libevocosm.doxygen, migrator.h, mutator.h, organism.h,
reporter.h, reproducer.h, roulette.cpp, roulette.h, scaler.h,
selector.h, simple_fsm.h, svfl.txt: Initial libevocosm import
2003-01-13 19:15 scott
* Makefile, README, evocommon.cpp, evocommon.h, evocosm.h,
evocosm_footer.html, evocosm_header.html, evoreal.cpp, evoreal.h,
fsm.h, fsm_tools.h, fuzzy_machine.h, landscape.h,
libevocosm.doxygen, migrator.h, mutator.h, organism.h,
reporter.h, reproducer.h, roulette.cpp, roulette.h, scaler.h,
selector.h, simple_fsm.h, svfl.txt: Initial revision
|