evomarc
|
5fbbe4c9e9
|
Added a constructor from a vector<double> - mandatory in all applications
|
2002-02-08 07:48:03 +00:00 |
|
evomarc
|
448a5189fd
|
Removed the const in method eoInit<AtomType> & atomInit()
|
2002-02-08 07:47:03 +00:00 |
|
jeggermo
|
600b08a7f6
|
the gpsymreg code has been slightly altered to allow compilation using the
Intel C++ Compiler for Linux.
Other compilers should not be affected.
A slightly different makefile is needed
|
2002-02-04 14:28:00 +00:00 |
|
jeggermo
|
94a13c6d53
|
Fixed some compatibility issues with GCC 3.0.1 and the Intel C++ Compiler
for Linux v5.
|
2002-02-04 13:16:50 +00:00 |
|
evomarc
|
e4523b3080
|
Added warning in case number of objective is changed (and not set)
|
2002-02-02 07:37:54 +00:00 |
|
evomarc
|
2873f0b3ea
|
Suppressed the lt_arity fn that was added for MSVC - and now seems unnecessary
|
2002-02-02 07:36:58 +00:00 |
|
evomarc
|
066ba2eec2
|
Added warning test
|
2002-02-02 07:36:12 +00:00 |
|
evomarc
|
839c8ab110
|
Added newline at end of file (to suppress g+ warning)
|
2002-02-02 07:34:13 +00:00 |
|
evomarc
|
cb4112b84d
|
Added the eoVariableParetoTraits (setup number of objcetives and min/max
at run time).
|
2002-02-02 07:05:31 +00:00 |
|
evomarc
|
daed31c088
|
Moved the static variables of class eoVariableParetoTraits
into a separate .cpp file (eoParetoFitness.cpp) - and modified Makefile.am
|
2002-02-02 06:43:46 +00:00 |
|
evomarc
|
76ff13b2e3
|
Added default value for bool arg in testDirRes function
|
2002-02-02 05:59:05 +00:00 |
|
evomarc
|
ef0e071dc6
|
Removed comment after #endif (warning in gcc 1.96+)
|
2002-02-02 05:51:31 +00:00 |
|
evomarc
|
52bc2ed4f8
|
Added the eoVariableParetoTraits that allows to specify the number
of objectives and the max/min for each one at run-time
|
2002-01-31 17:42:03 +00:00 |
|
evomarc
|
6f5a34a134
|
Updated the comments
|
2002-01-31 17:32:27 +00:00 |
|
evomarc
|
6cb8e652b5
|
Added Ranking (God knows why it was mnissing!)
|
2002-01-30 12:24:42 +00:00 |
|
evomarc
|
417c79179d
|
Added the move from Release and DEbug into the lib dir
|
2002-01-17 17:57:55 +00:00 |
|
evomarc
|
87d733dda5
|
Removed the #ifdef that protected the lt_arity avaints MSVC (!!!)
|
2002-01-17 17:54:56 +00:00 |
|
evomarc
|
6ddec3bdce
|
apply -> apply<EOT> for MSVC
|
2002-01-17 17:51:58 +00:00 |
|
evomarc
|
b51d40e24f
|
Protexted all calls to gnuplot for MSVC
|
2002-01-17 17:51:02 +00:00 |
|
evomarc
|
a427432291
|
Adding tutorial files
|
2002-01-17 15:24:44 +00:00 |
|
evomarc
|
83978dd8af
|
New versio of dsp files
|
2002-01-17 15:21:44 +00:00 |
|
maartenkeijzer
|
45b5edc081
|
Increased template depth
|
2002-01-16 14:52:11 +00:00 |
|
evomarc
|
93cde922d7
|
There was an error in the type of the first parameter of make_checkpoint and
make_algo_scalar (changed from eoParameterLOader to eoParser)
|
2001-12-20 18:04:52 +00:00 |
|
evomarc
|
bdb125afbd
|
COnverted t_eoesall to CRLF line terminators (otherwise MSDEV cannot read properly)
|
2001-12-07 06:28:38 +00:00 |
|
evomarc
|
38f35a1c53
|
Adding t_eoesall that somehow ahd managed to escape until now
+ corrected the template test_dsp.tmpl
|
2001-12-07 06:23:15 +00:00 |
|
evomarc
|
d74ef74661
|
Adding the tutorials in MSVC project files
|
2001-12-07 06:14:11 +00:00 |
|
evomarc
|
9f7976c292
|
Removed all references to CrtDebug blabla that were supposed to be
MSVC specific but generated an error with MSVC 6.0
|
2001-12-07 05:51:36 +00:00 |
|
evomarc
|
aa67e7d58d
|
Need to put the \r\n at end of all files after modifications!!!
|
2001-12-06 14:33:42 +00:00 |
|
evomarc
|
b5a4afe8fa
|
Removed unknown CrtDebug directives from the MSVC version
|
2001-12-06 14:32:00 +00:00 |
|
evomarc
|
bd42e75672
|
Removed unnecessary dirs, added first Lesson of tutorial
|
2001-12-06 13:12:24 +00:00 |
|
evomarc
|
82750f22d5
|
Removed some sources that came here nobody know's how (thanks, MSDEV)
|
2001-12-06 11:36:39 +00:00 |
|
evomarc
|
866ef81d43
|
Changed ALL names of links to class files in the documentation due to the change in
Doxygen naming convention
|
2001-12-06 07:02:07 +00:00 |
|
evomarc
|
6dcc949ee5
|
A few corrections before the big name change
|
2001-12-06 06:44:44 +00:00 |
|
evomarc
|
de1ae17ea8
|
CHanged a few erroneaous comments
|
2001-12-06 06:38:17 +00:00 |
|
evomarc
|
04ab952760
|
Added GNUPLOT protection for MSVC compiler
|
2001-12-05 06:54:38 +00:00 |
|
jeggermo
|
7abbf595f7
|
some template classes and functions which did not need
to be templates have been changed to normal classes and functions
with hard coded typed
This might help with M$VC++ 6.0 compatibility
|
2001-12-04 21:15:16 +00:00 |
|
jeggermo
|
61ea207287
|
a different solution for lt_arity has been implemented (this time inside the
eoParseTreeDepthInit class
|
2001-12-04 11:49:25 +00:00 |
|
evomarc
|
d491c193e2
|
Renamed mastermind.cc into mastermind.cpp for MSVC
|
2001-12-03 16:40:32 +00:00 |
|
evomarc
|
8847dc3c50
|
Renamed main.cc into main.cpp for MSVC
|
2001-12-03 16:38:52 +00:00 |
|
evomarc
|
08aae27088
|
Renamed gprop.cc into gprop.cpp for MSVC
|
2001-12-03 16:35:51 +00:00 |
|
evomarc
|
ea8c9ca9c3
|
Modified the path of include eoVirus because MSVC did not find it.
Now it is assumed that src will be in the include search path, that's all.
|
2001-12-03 16:28:30 +00:00 |
|
evomarc
|
d4b20d8833
|
MSVC didn't find (easily) the contrib/MGE dir. So now it's written in the code
and the Makefile.am does not have contrib in the include look path
|
2001-12-03 14:31:35 +00:00 |
|
evomarc
|
2aad10d347
|
Added partial specialization of lt_arity ..
|
2001-12-03 14:20:24 +00:00 |
|
evomarc
|
2a1fded254
|
Added the 2 fake "projects" all_lib.dsp and all_test.dsp that allow to compile
everything in 2 clics.
However, we still cannot run and watch the status output of the test executables
|
2001-12-03 14:14:56 +00:00 |
|
evomarc
|
512d368dcf
|
More details to make code MSVC-compatible
|
2001-12-03 11:08:17 +00:00 |
|
evomarc
|
eaf5ea0111
|
Added links to some examples in the comments
|
2001-12-03 06:59:17 +00:00 |
|
evomarc
|
4a90509051
|
Removed dir win from list of subdirs (generated an error in make check)
|
2001-12-03 06:56:43 +00:00 |
|
evomarc
|
00f1a25000
|
Removed the trailing comment after #endif (Warning in MSVC)
|
2001-12-03 06:53:52 +00:00 |
|
jeggermo
|
9bda49ae05
|
Fixed a small problem with eoPointMutation.
|
2001-11-22 15:01:11 +00:00 |
|
evomarc
|
a8c554710f
|
Introductory comment evolves ...
|
2001-11-18 07:18:11 +00:00 |
|