NimbusStopRequest

class desdeo_mcdm.interactive.NimbusStopRequest(solution_final, objective_final)[source]

Bases: desdeo_tools.interaction.request.BaseRequest

A request to handle the termination of Synchronous NIMBUS.

Parameters
  • solutions_final (np.ndarray) – A numpy array containing the final decision variable values.

  • objective_final (np.ndarray) – A numpy array containing the final objective variables which correspond to

  • solution_final.

Note

This request expects no response.