Commit b8893ef4 authored by Elias Elias's avatar Elias Elias

update

parent 78d37186
Make sure to put csv data file in data/ folder
Make sure to install both libraries in simseqcomp/external :
- mkdir external
- cd external
- git clone https://github.com/stevengj/nlopt.git
- cd nlopt
- mkdir build
- cd build
- cmake .. -DBUILD_SHARED_LIBS=OFF
- make -j
Also in external :
- git clone https://github.com/rmcantin/bayesopt
- cd bayesopt
- mkdir build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment