desdeo_mcdm.interactive.InteractiveMethod

Module Contents

Classes

InteractiveMethod

The base class for interactive methods.

class desdeo_mcdm.interactive.InteractiveMethod.InteractiveMethod(problem: desdeo_problem.problem.MOProblem)[source]

The base class for interactive methods.

Parameters:

problem (MOProblem) – The problem being solved in an interactive method.