OpenPisco.Optim.Criteria.PhyCriteria module#
- class OpenPisco.Optim.Criteria.PhyCriteria.TopoCriteriaCompliance(other=None)[source]#
Bases:
PhysicalCriteriaBase
- 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
- GetCriteriaSolutionName(i)[source]#
-
Retrieve the name of 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 name :rtype: str
- 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.PhyCriteria.TopoCriteriaDisplacementDeviation(other=None)[source]#
Bases:
PhysicalCriteriaBase
- 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
- GetCriteriaSolutionName(i)[source]#
-
Retrieve the name of 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 name :rtype: str
- class OpenPisco.Optim.Criteria.PhyCriteria.TopoCriteriaTargetDisp(other=None)[source]#
Bases:
PhysicalCriteriaBase
- 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
- GetCriteriaSolutionName(i)[source]#
-
Retrieve the name of 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 name :rtype: str
- 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