Merge branch 'master' into cmaes

This commit is contained in:
nojhan 2012-07-09 11:32:13 +02:00
commit 42be24628e
3 changed files with 4 additions and 5 deletions

View file

@ -92,7 +92,7 @@ SET(SAMPLE_SRCS)
######################################################################################
ADD_SUBDIRECTORY(src)
#ADD_SUBDIRECTORY(application)
ADD_SUBDIRECTORY(application)
ADD_SUBDIRECTORY(test)
ADD_SUBDIRECTORY(doc)

View file

@ -162,9 +162,8 @@ int main(int ac, char** av)
// EDA algorithm configuration
edoAlgo< Distrib >* algo = new edoEDA< Distrib >
(*selector, *estimator, *sampler,
pop_continue, *distribution_continue,
popEval, *replacor);
(popEval, *selector, *estimator, *sampler, *replacor,
pop_continue, *distribution_continue );
// Beginning of the algorithm call
try {

View file

@ -33,7 +33,7 @@ LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/application/common)
SET(SOURCES
t-cholesky
#t-cholesky
t-edoEstimatorNormalMulti
t-mean-distance
t-bounderno