| .. |
|
utils
|
manual merge from cmaes
|
2012-07-18 14:53:08 +02:00 |
|
CMakeLists.txt
|
move edo stuff, that was in the wriong place after the merge, in the edo directory
|
2011-01-27 11:58:21 +01:00 |
|
edo
|
Factorize algorithms code in a hierarchy of classes
|
2012-07-18 10:41:17 +02:00 |
|
edo.cpp
|
* whitespace cleanup
|
2011-05-05 17:15:10 +02:00 |
|
edoAlgo.h
|
typedef EOT -> EOType
|
2012-07-12 11:25:34 +02:00 |
|
edoAlgoAdaptive.h
|
Factorize algorithms code in a hierarchy of classes
|
2012-07-18 10:41:17 +02:00 |
|
edoAlgoStateless.h
|
get rid of the useless temporary members and directly delete the adress of the referenced distrib
|
2012-07-18 11:43:59 +02:00 |
|
edoBounder.h
|
separate empty/parametrized constructors in Bounder
|
2011-09-22 11:56:26 +02:00 |
|
edoBounderBound.h
|
doc update
|
2011-09-14 16:28:39 +02:00 |
|
edoBounderNo.h
|
doc update
|
2011-09-14 16:28:39 +02:00 |
|
edoBounderRng.h
|
doc update
|
2011-09-14 16:28:39 +02:00 |
|
edoBounderUniform.h
|
cleaner debug code for uniform bounder
|
2011-11-03 10:54:07 +01:00 |
|
edoContinue.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoDistrib.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoEDASA.h
|
manual merge from cmaes
|
2012-07-18 14:53:08 +02:00 |
|
edoEstimator.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoEstimatorAdaptive.h
|
bugfix: missing files for cmaes, renamed edoCMAES to AdaptiveAlgo for further refactorization
|
2012-07-17 18:11:16 +02:00 |
|
edoEstimatorNormalAdaptive.h
|
use rank mu selector ; bugfix estimator's linear algebra : mu is useless in estimator ; arx = pop^T ; store D as a diagonal ; cwise prod for covar recomposition ; more asserts
|
2012-07-13 14:58:27 +02:00 |
|
edoEstimatorNormalMono.h
|
indent
|
2011-09-22 11:55:10 +02:00 |
|
edoEstimatorNormalMulti.h
|
oups, forgot to remove a stupid debug assertion
|
2012-07-10 15:38:55 +02:00 |
|
edoEstimatorUniform.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoModifier.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoModifierDispersion.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoModifierMass.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoNormalAdaptive.h
|
empty constructors for distributions, that defaults to 1 dimension
|
2012-07-17 18:12:30 +02:00 |
|
edoNormalMono.h
|
add empty constructor for edoNormalMono
|
2012-07-18 17:28:25 +02:00 |
|
edoNormalMonoCenter.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoNormalMulti.h
|
bugfix: bad assert api to eigen
|
2012-07-17 18:23:22 +02:00 |
|
edoNormalMultiCenter.h
|
BUGFIX end solution initialization in the Normal Eigen sampler ; much more asserts
|
2012-07-10 15:19:55 +02:00 |
|
edoRepairer.h
|
Repairer operator more generic than Bounder, example with a Repairer that rounds values, a Dispatcher to call several Repairer on partial solutions
|
2011-09-14 16:30:45 +02:00 |
|
edoRepairerApply.h
|
bugfix: invalidate the individual after having repaired it
|
2011-11-09 10:35:41 +01:00 |
|
edoRepairerDispatcher.h
|
replace the assert on empty index in the dispatcher by a warning
|
2012-01-12 17:47:55 +01:00 |
|
edoRepairerModulo.h
|
refactored vectors repairers that are using a function in a more generic way, added a binary function wrapper for vectors repairers, with the modulus function as an example
|
2011-11-08 17:55:01 +01:00 |
|
edoRepairerRound.h
|
assert that the decimals parameters of the round repairer is <= 1.0
|
2011-11-17 13:40:26 +01:00 |
|
edoSampler.h
|
remove warning about unused variable 'size' in edoSampler
|
2012-02-10 10:01:15 +01:00 |
|
edoSamplerNormalAdaptive.h
|
use rank mu selector ; bugfix estimator's linear algebra : mu is useless in estimator ; arx = pop^T ; store D as a diagonal ; cwise prod for covar recomposition ; more asserts
|
2012-07-13 14:58:27 +02:00 |
|
edoSamplerNormalMono.h
|
BUGFIX: should use the standard deviation when sampling a mono-normal law, because it have the same scale than the mean
|
2011-11-09 11:38:40 +01:00 |
|
edoSamplerNormalMulti.h
|
template< class… to template< typename…
|
2012-07-12 11:27:10 +02:00 |
|
edoSamplerUniform.h
|
explicit parenthesis for the assert in edoSamplerUniform
|
2011-10-19 11:32:20 +02:00 |
|
edoUniform.h
|
indent
|
2011-09-22 11:55:10 +02:00 |
|
edoUniformCenter.h
|
* edo: added comments to generate all inheritance of classes in doxygen
|
2011-08-23 18:59:28 +02:00 |
|
edoVectorBounds.h
|
indent
|
2011-09-22 11:55:10 +02:00 |
|
TODO
|
move edo stuff, that was in the wriong place after the merge, in the edo directory
|
2011-01-27 11:58:21 +01:00 |