Caner Candan
|
55cbeb0ca1
|
Merge branch 'master' of ssh://eodev.git.sourceforge.net/gitroot/eodev/eodev
|
2012-01-19 02:35:18 +01:00 |
|
Caner Candan
|
58a450afbc
|
* cmake modified: PKGBUILD for archlinux based packaging systems
|
2012-01-19 02:35:01 +01:00 |
|
Caner Candan
|
cd18510929
|
+ PKGBUILD for archlinux based packaging systems
|
2012-01-19 02:34:36 +01:00 |
|
nojhan
|
fdf3549b1c
|
Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
Conflicts:
edo/src/edoSamplerNormalMulti.h
|
2011-12-23 16:06:52 +01:00 |
|
Caner Candan
|
d7cc58def3
|
Merge branch 'master' of ssh://eodev.git.sourceforge.net/gitroot/eodev/eodev
|
2011-12-14 19:52:46 +01:00 |
|
nojhan
|
5115deb7dd
|
an eoStat that simply count generations
|
2011-12-12 22:22:04 +01:00 |
|
nojhan
|
e77b272579
|
bad doc string for eoSIGContinue
|
2011-12-01 10:20:17 +01:00 |
|
nojhan
|
ccd77037ec
|
bugfix: IQR should not be negative (oups :-)
|
2011-11-29 15:06:19 +01:00 |
|
nojhan
|
b04a66aaea
|
Note: normal rng use the Marsaglia polar method
|
2011-11-09 15:49:04 +01:00 |
|
Caner Candan
|
825b1f4273
|
* FindEO: made compatible with pkgconfig finder
|
2011-10-26 10:07:01 +02:00 |
|
Caner Candan
|
e2c680e847
|
+ FindEO.cmake
|
2011-10-25 20:33:20 +02:00 |
|
nojhan
|
0ec2cb51b0
|
more explanations about eoScalarFitness
|
2011-10-11 18:46:26 +02:00 |
|
nojhan
|
edc38e5394
|
it's __unix__, not __UNIX__
|
2011-10-10 22:20:39 +02:00 |
|
nojhan
|
5c7f3835f2
|
be sure that we fill the line with space when saving the status file
|
2011-10-10 21:11:03 +02:00 |
|
nojhan
|
0f6aa0581b
|
conditionnal compilation to __UNIX__ with warning on other systems
|
2011-10-07 15:12:14 +02:00 |
|
nojhan
|
12e003b12d
|
Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
|
2011-10-06 16:44:49 +02:00 |
|
nojhan
|
277a77c8a1
|
size_t -> std::size_t + header
|
2011-10-06 16:40:45 +02:00 |
|
nojhan
|
59448b9635
|
more doc on the parser format
|
2011-10-04 21:43:53 +02:00 |
|
nojhan
|
ae919bc712
|
shortcut to get a param value
|
2011-10-02 22:22:18 +02:00 |
|
nojhan
|
1c4cdae663
|
use the logger to print warnings
|
2011-10-02 15:44:51 +02:00 |
|
nojhan
|
37390e64dc
|
CMake > 2.8 is needed, because of the FindOpenMP feature
|
2011-09-13 09:30:17 +02:00 |
|
Caner Candan
|
8567bc5d28
|
* eoLogger: overidded ctor in order to define a file to dump
|
2011-07-22 11:10:25 +02:00 |
|
nojhan
|
0ce639e13a
|
beautify the output of sections: no caps in parenthesis and space before colon
|
2011-07-01 10:52:44 +02:00 |
|
nojhan
|
367ad7fbe5
|
beautify the output of sections when help is called: upper case names and line padding
|
2011-07-01 10:37:13 +02:00 |
|
nojhan
|
34a3df1de1
|
Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
|
2011-06-17 14:59:45 +02:00 |
|
Caner Candan
|
e8e2b6da34
|
* apply.h: disabled useless functions
|
2011-06-17 14:26:54 +02:00 |
|
nojhan
|
b6fd3d1dcf
|
the OpenMP library should not be required for the build
|
2011-06-14 14:45:50 +02:00 |
|
nojhan
|
cc99ec5ea1
|
Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
|
2011-06-01 15:42:30 +02:00 |
|
Caner Candan
|
626d4bdbad
|
* INSTALL
|
2011-05-26 14:09:42 +02:00 |
|
Caner Candan
|
6a03405806
|
+ package_nsis, in order to create package on windows
|
2011-05-19 11:57:23 +02:00 |
|
nojhan
|
7fcc10e08f
|
reminders about where to announce stable versions
|
2011-05-17 16:57:17 +02:00 |
|
nojhan
|
334f8c8da0
|
pick updated news from the 1.2.0 branch and prepare the next version
|
2011-05-17 16:10:37 +02:00 |
|
nojhan
|
dd20cdb26c
|
install libpyeo.so in the packages, too
|
2011-05-17 15:58:11 +02:00 |
|
Caner Candan
|
cdd2a0dc5f
|
* eoEPReduce: moved the vector tmPop in attribute in order to keep memory capacity and avoir allocation/deallocation at each call to this function
|
2011-05-13 11:53:47 +02:00 |
|
Caner Candan
|
41b73f7834
|
* eoEasyEA: reserving same size allocation for parents and offspring in order to forcast the swapping in replacement operator
|
2011-05-13 11:37:49 +02:00 |
|
Caner Candan
|
65b62e9015
|
+ utils/eoParserLogger.h: added deprecated class with a warning message
|
2011-05-12 10:39:36 +02:00 |
|
Caner Candan
|
be87159dc0
|
* eoDualFitness: overrided the operator equal in order to compare equality between two dual fitness
|
2011-05-12 10:15:18 +02:00 |
|
Caner Candan
|
25f675bac2
|
* eoLogger: last issues fixed
|
2011-05-11 15:29:29 +02:00 |
|
Caner Candan
|
e8f6c5f21b
|
* indentation, whitespace cleanup
|
2011-05-11 15:28:41 +02:00 |
|
Caner Candan
|
8341376247
|
* eoLogger: replaced ssize_t to size_t fixing compatibility issue on Windows
|
2011-05-11 14:56:47 +02:00 |
|
Caner Candan
|
f27b5149ee
|
a small update on build tutorial script file
|
2011-05-11 14:52:24 +02:00 |
|
Caner Candan
|
e2c833e23e
|
* eoLogger: replaced _INTERIX by _WIN32 in order to use io.h header
|
2011-05-11 14:49:42 +02:00 |
|
Caner Candan
|
7d9151e2f4
|
ticker #11 fixed: Merge eoParser and eoParserLogger
|
2011-05-11 14:47:35 +02:00 |
|
Caner Candan
|
e103f4f29e
|
* eoLogger.h: indentation
|
2011-05-11 12:06:54 +02:00 |
|
Caner Candan
|
10ef92ed60
|
* eoParserLogger.h: added editor parameters header
|
2011-05-11 12:00:08 +02:00 |
|
nojhan
|
772ad873d0
|
next version is 1.3.0
|
2011-05-10 23:38:56 +02:00 |
|
nojhan
|
23043a0b56
|
updated release protocol
|
2011-05-10 23:08:23 +02:00 |
|
Caner Candan
|
67c476c68f
|
Merge branch 'master' of ssh://localhost:9001/gitroot/eodev/eodev
|
2011-05-10 16:33:55 +02:00 |
|
Caner Candan
|
65d966ba8c
|
* CHANGELOG
|
2011-05-10 16:32:08 +02:00 |
|
nojhan
|
e728665c8b
|
small corrections
|
2011-05-10 15:59:40 +02:00 |
|