OpenPisco.Optim.Criteria.Criteria module#
- class OpenPisco.Optim.Criteria.Criteria.CriteriaBase(other=None)[source]#
Bases:
object
- abstract GetNumberOfSolutions()[source]#
-
Retrieve the number of solutions of the current criterion :return: number of solutions :rtype: int
- GetSensitivity()[source]#
-
Get the current value of the sensitivity :return: current value of the sensitivity :rtype: ndarray
- class OpenPisco.Optim.Criteria.Criteria.CriteriaFunctionPointer(other=None)[source]#
Bases:
CriteriaBase
- class OpenPisco.Optim.Criteria.Criteria.PhysicalCriteriaBase(other=None)[source]#
Bases:
CriteriaBase
- abstract GetCriteriaSolution(i)[source]#
-
Retrieve the solution of index i. The index i should be smaller than the total number of solutions :param int i : index of the current solution :return: solution :rtype: ndarray