Commit graph

2,040 commits

Author SHA1 Message Date
Ronaldd Pinho
98e74536b5 All files in es directory was modified to use relative #includes 2019-06-29 21:21:17 -03:00
Ronaldd Pinho
f48b7642c4 Refactoring mpi files to usage relative #includes 2019-06-29 21:01:06 -03:00
Ronaldd Pinho
281a61b39e Files in directory do/ refactored to relative #include's usage 2019-06-29 20:50:01 -03:00
Ronaldd Pinho
b11c5fbb4c All files in gp directory modified to use relative include 2019-06-29 20:41:06 -03:00
Ronaldd Pinho
10d485044b All files in ga directory modified from absolute to relative inclusion 2019-06-29 20:37:27 -03:00
Ronaldd Pinho
536bfff096 All header files in utils/ directory refactored to use relative includes 2019-06-29 20:19:20 -03:00
Ronaldd Pinho
203574751e CORRECTING BUG: Add relative include eoUpdater.h in eoTimeCounter.h 2019-06-29 20:11:40 -03:00
Ronaldd Pinho
89a2ba9987 All includes in checkpointing file now in absolute format 2019-06-29 19:47:20 -03:00
Ronaldd Pinho
6387aa48ab Adapting headers of general inclusions to relative include 2019-06-29 19:45:05 -03:00
Ronaldd Pinho
ad71aba24a All files in eo directory refactored to relative #include's 2019-06-29 19:43:12 -03:00
Ronaldd Pinho
de830229e8 Correcting file included in eoOpSelMason.h 2019-06-29 19:19:11 -03:00
Ronaldd Pinho
78c9a9ec81 Refactor: All cpp files in eo dir modified to absolute includes 2019-06-29 19:06:48 -03:00
Ronaldd Pinho
782b207a4d Including sstream lib in eoExceptions.h 2019-06-29 19:01:37 -03:00
Ronaldd Pinho
3a90837e31 EO.h file refactored to relative includes 2019-06-29 18:45:29 -03:00
Ronaldd Pinho
d180ce2ad0 eo file and eoAlgo.h have been modified to absolute includes 2019-06-29 18:44:27 -03:00
verel
dbb8fbe9a7 Correction of the bug in the constructor of eoValueParam l170: numOfDigits is set before reading the value with getValue(). 2014-12-31 10:36:20 +01:00
verel
eb8f1e99a9 Add precision in the output of the eoValueParam.h 2014-11-09 15:17:41 +01:00
verel
be231d9129 Correction eo/tutorial/Lesson3 2014-10-28 14:09:19 +01:00
Arnaud Liefooghe
5f9689fc23 hypervolume pointers + doc 2014-10-06 14:51:37 +02:00
verel
edefae4b28 Small modif in moIndexedSwapNeighbor 2014-06-25 17:02:38 +02:00
verel
d3d88d4cc5 Add MPX crossover 2014-06-23 08:11:47 +02:00
quemy
e71dea0c5a Fix some warnings in eo and moeo. 2014-05-03 18:58:55 +02:00
quemy
b1c7e1f256 Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution 2013-11-21 12:40:24 +01:00
Johann Dreo
161d137d50 Add templates types as members of the dual fitness 2013-06-21 09:51:25 +02:00
Johann Dreo
8340168ee8 BUGFIX: correct handling of initialization security in dual fitness
Remove the operator= overloads.
Represent badly initialized dual fitness by a "?" for the feasibility.
2013-06-20 13:48:28 +02:00
Johann Dreo
f8603acf3c bugfix: consider a dual fitness to be correctly initialized from a pair 2013-06-17 13:59:09 +02:00
Johann Dreo
6f4ecc603b bugfix correct asserts for nth element stat 2013-06-13 16:28:51 +02:00
Johann Dreo
c6868cf494 bugfix: correct nth position in nth element stat 2013-06-13 16:25:32 +02:00
Johann Dreo
eef624e3f6 Do not try to call dual stats on empty pop, print "?" instead 2013-06-13 16:25:00 +02:00
Johann Dreo
966a5670cb Add an option to print names in front of values in stream monitor 2013-06-13 15:41:03 +02:00
Johann Dreo
0c82be47df Add an Nth element stat to compute median without sorting the pop 2013-06-13 14:50:08 +02:00
Johann Dreo
819c2c3106 [COMPATIBILITY] Remove a unused parameter in eoInterquartileRangeStat constructor 2013-06-13 14:49:08 +02:00
Johann Dreo
8679da695c Add a reference to the template type in eoStat 2013-06-13 14:48:40 +02:00
Johann Dreo
f4b71dffad Add a warning when computing stat in empty pop 2013-06-13 14:48:00 +02:00
Johann Dreo
67e4bb01fd Use EOType as a ref to the template in stats 2013-06-13 14:45:51 +02:00
Johann Dreo
4af7f3d1bc Allow scalar init of dual fitness; add a pop splitter
Scalar init of a dual fitness is dangerous, thus adds an explicit security against use of a partially initialized
object.
Use the pop splitter in the dual stat switch and in the MOEO dual fitness assignment.
2013-06-13 09:48:39 +02:00
Johann Dreo
82ce471aef Add a warning in eoDualFitness comments 2013-06-11 13:28:51 +02:00
Johann Dreo
55a1783605 Use member arithmetic operators and friend stream operators in dual fitness 2013-06-11 09:23:16 +02:00
Johann Dreo
10ea97f78d More generic eoDualFitness
Allow an imitialization on a double only, BUT an assert fails if it is not 0.0
Remove friendship on operators, because there is two differerent templated classes declared later.
More operators with base types.
2013-06-07 17:32:30 +02:00
Johann Dreo
5af8359546 Merge branch 'fix/HVrange' 2013-06-07 12:53:53 +02:00
Johann Dreo
c9da01c70d Add missing arithmetic operators to eoDualFitness 2013-06-07 12:42:27 +02:00
Johann Dreo
b619a85718 bugfix: do not allow null interval in hypervolume diff metric 2013-06-06 11:43:34 +02:00
Johann Dreo
defb8382bf Explicit iterator instead of auto, for old C++ compat 2013-04-30 16:05:29 +02:00
Johann Dreo
150333ef7c bugfix: include nessary headers for eoRealBounds 2013-04-30 15:56:24 +02:00
Johann Dreo
c424e9a123 Merge branch 'serial-new' of https://gforge.inria.fr/git/paradiseo/paradiseo 2013-04-30 12:04:50 +02:00
Johann Dreo
66ddb4a388 Merge branch 'master' of https://gforge.inria.fr/git/paradiseo/paradiseo 2013-04-30 12:04:34 +02:00
Johann Dreo
7a4bc3e6d3 eoRealInterval better error handling
Replace a logic exception in eoRealInterval by an assert.
Add a warning in debug mode when the range is null.
2013-04-30 12:02:16 +02:00
canape
c197e6b286 BUG GNUPLOT: corrected by Titus Cieslewski 2013-04-18 08:55:00 +02:00
Johann Dreo
e34eb842f1 Add a parser accessor to check if a given param long name has beer asked 2013-04-03 13:51:33 +02:00
Benjamin Bouvier
95e4dfc625 eoserial: packing and unpacking of map<string, T> 2013-03-22 18:03:36 +01:00