You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated pSMAC: Can pass arbitrary SMAC facades now. Added example and fixed tests.
Improvements
Enabled caching for multi-objectives (#872). Costs are now normalized in get_cost
or optionally in average_cost/sum_cost/min_cost to receive a single float value. Therefore,
the cached cost values do not need to be updated everytime a new entry to the runhistory was added.
Interface changes
We changed the location of Gaussian processes and random forests. They are in the folders epm/gaussian_process and epm/random_forest now.
Also, we restructured the optimizer folder and therefore the location of the acquisition functions
and configuration chooser.
Multi-objective functions are located in the folder multi_objective.