validate_response

desdeo_mcdm.interactive.validate_response(n_objectives, z_current, nadir, response, first_iteration_bool)[source]

Validate decision maker’s response.

Parameters
  • n_objectives (int) – Number of objectives.

  • z_current (np.ndarray) – Current iteration point.

  • nadir (np.ndarray) – Nadir point.

  • response (Dict) – Decision maker’s response containing preference information.

  • first_iteration_bool (bool) – Indicating whether the iteration round is the first one (True) or not (False).

Raises

NautilusException – In case Decision maker’s response is not valid.

Return type

None