AlgTUDelft / ExpensiveOptimBenchmark

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

Error with ESP3 problem #6

Closed RickardKarl closed 4 years ago

RickardKarl commented 4 years ago

ESP3 always return an error value. I used the following input which should be valid. No other errors were thrown. It seems like the Docker does not return any values.

Input: [29. 29. 29. 29. 29. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1.] Output from Docker process: b''

Error returned: 10.0

8uurg commented 4 years ago

Is docker running fine? Is it starting up the container?

RickardKarl commented 4 years ago

Yes, I believe so. I tested to run the corresponding docker command: docker run --rm frehbach/cfd-test-problem-suite ./dockerCall.sh ESP3 29.00000000,29.00000000,29.00000000,29.00000000,29.00000000,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 It did not return any error..

8uurg commented 4 years ago

Aha. Found the reason. I forgot to make sure to use my variant of the container, rather than the original. As such ESP2 and ESP3 won't work with Docker in the current configuration...

RickardKarl commented 4 years ago

Ah, good catch!