I get sometimes this exception:
NOMAD exception (report to developper):
NOMAD::Exception thrown (/workspace/srcdir/nomad/src/Param/PbParameters.cpp, 174) Invalid Parameter. Check: LOWER_BOUND is equal to UPPER_BOUND at index 2. Value = 0
terminate called after throwing an instance of 'NOMAD_4_3::Exception'
what(): NOMAD::Exception thrown (/workspace/srcdir/nomad/src/Algos/../Cache/CacheBase.hpp, 165) Cannot get instance. A non-virtual object derived from CacheBase must be instantiated first. For example, call CacheSet::setInstance() ONCE before calling CacheBase::getInstance()
If I restart Julia and try again it works. Any idea?
Additional finding: It seams to happen always if I did create a plot with PyPlot.jl BEFORE calling NOMAD.
I get sometimes this exception:
If I restart Julia and try again it works. Any idea?
Additional finding: It seams to happen always if I did create a plot with PyPlot.jl BEFORE calling NOMAD.