Currently, Problem.simulate() returns a numpy array containing the objective values measuring the performance of the simulated design.
For some problem types it would be beneficial to return additional (problem specific) information.
Goal: Introduce new API / change API so this is possible.
Currently,
Problem.simulate()returns a numpy array containing the objective values measuring the performance of the simulated design.For some problem types it would be beneficial to return additional (problem specific) information.
Goal: Introduce new API / change API so this is possible.