AlgTUDelft / ExpensiveOptimBenchmark

Benchmarking Surrogate-based Optimisation Algorithms on Expensive Black-box Functions
MIT License
24 stars 4 forks source link

RosenbrockBinary branch #5

Closed RickardKarl closed 4 years ago

RickardKarl commented 4 years ago

Added a binary version of Rosenbrock for testing how other solvers work with binary encoding. Also added a feature to the plotting script so that it can combine multiple logs files if they contain the same approach. There is also some extra experiment code included in benchmark_exp.py which follows along.