nojhan / paradiseo

An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
https://nojhan.github.io/paradiseo/
Other
92 stars 33 forks source link

Include the tutorial in the build system #60

Closed nojhan closed 3 years ago

nojhan commented 3 years ago

Tutorials are not build with examples and tests, which leads to inconsistencies with API changes.

Scicomath commented 3 years ago

You can build tutorials if you set CMake option ENABLE_CMAKE_EXAMPLE=true, e.g.: cmake -DENABLE_CMAKE_EXAMPLE=true ..

nojhan commented 3 years ago

Forgot to close, thanks for spotting it!