Jonathan Sadeghi
Jonathan Sadeghi
Hi emukit team, I am considering implementing results from this paper https://www.sciencedirect.com/science/article/pii/S0167473011000038 in emukit. I don't think it's too different from your quadrature implementation. The main additions would be: 1....
I am having trouble using the --visualize_world option as described here: https://pylot.readthedocs.io/en/stable/visualization.html However I do not see the colourful map shown on the documentation - instead I see the following:...
The genetic algorithm class fails inexplicably when multiple objectives are passed e.g. like ``` %% Define OptimizationProblem Xop = OptimizationProblem('Sdescription','Constrained Minimization','Xinput',Xin,... 'CXobjectiveFunctions', {Xobj Xobj2} ,'Xconstraint',[Xcon1 Xcon2]); ``` We need to...