Merge branch 'master' into cmaes
This commit is contained in:
commit
6b48ec2108
5 changed files with 96 additions and 19 deletions
8
edo/NEWS
Normal file
8
edo/NEWS
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
* current release
|
||||
- alternative implementation of the multi-normal operators using the Eigen3 library
|
||||
|
||||
* release 0.0 (2011-09-15)
|
||||
- basic design for estimation of distribution algorithms and, more generally for randomized search heuristics
|
||||
- continuous EDA example
|
||||
- EDA using multi-normal distribution, implementation using the boost::ublas library
|
||||
|
||||
|
|
@ -33,11 +33,11 @@ In the edo/build/ directory:
|
|||
(Unix) > ctest
|
||||
Windows users, please refer to this tutorial: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial
|
||||
|
||||
In the directory "application", there are several directory such as eda_sa which instantiate EDA-SA solver.
|
||||
In the directory "application", there are several directory such as eda which instantiate EDA solver.
|
||||
|
||||
(Unix) After compilation you can run the binary "build/eda_sa" and see results. Parameters can be modified from command line.
|
||||
(Unix) After compilation you can run the binary "build/eda" and see results. Parameters can be modified from command line.
|
||||
|
||||
(Windows) Add argument "eda_sa.param" and execute the corresponding algorithms.
|
||||
(Windows) Add argument "eda.param" and execute the corresponding algorithms.
|
||||
Windows users, please refer to this tutorial: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue