yieldfunctionfitness
YieldFunctionFitness
Bases: FitnessBase
data_get_kwargs
class-attribute
instance-attribute
Keyword arguments for the get
method of the state variable exporter
error_fitness
class-attribute
instance-attribute
error_fitness: float = 10000000000.0
Error fitness.
error_raise
class-attribute
instance-attribute
error_raise: bool = False
Whether to raise an error if the fitness is not valid
experiment_excludes
class-attribute
instance-attribute
Excluded experiments
experiment_get_kwargs
class-attribute
instance-attribute
Keyword arguments for the get
method of experiment
experiment_includes
class-attribute
instance-attribute
Included experiments
experiment_weights
class-attribute
instance-attribute
Weights for the experiments
line_additions
class-attribute
instance-attribute
Additional lines that can be expressions of the existing lines
line_experiment_additions
class-attribute
instance-attribute
Additional lines that can be expressions of the existing lines for each experiment
line_experiment_excludes
class-attribute
instance-attribute
Excluded lines for each experiment
line_experiment_includes
class-attribute
instance-attribute
Included lines for each experiment
line_experiment_weights
class-attribute
instance-attribute
Weights for the lines for each experiment
line_experiment_xys
class-attribute
instance-attribute
Override default calibrated line x-y pairs for each experiment.
line_includes
class-attribute
instance-attribute
Included lines
line_weights
class-attribute
instance-attribute
Weights for the lines
line_xys
class-attribute
instance-attribute
Override default calibrated line x-y pairs.
origin
class-attribute
instance-attribute
Origin coordinates of the yield surface
plane
class-attribute
instance-attribute
View the yield surface in this plane
evaluate
evaluate(
x: Iterable | dict, *args, **kwargs
) -> Tuple[Dict[str, Dict[str, float]], Dict[str, Dict[str, float]]]
setModelParameters
setModelParameters(
yield_function: "YieldFunction", x: Iterable | dict, experiment: Experiment
)
Set the material parameters (for the given experiment) to the model.