validate_preferences

desdeo_mcdm.interactive.validate_preferences(n_objectives, response)[source]

Validate decision maker’s preferences.

Parameters
  • n_objectives (int) – Number of objectives in problem.

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

Raises

NautilusException – In case preference info is not valid.

Return type

None