Parameter#
- pydantic model optimas.core.Parameter(name, dtype=<class 'float'>)#
Base class for all optimization parameters.
- Parameters:
- namestr
Name of the parameter.
- dtypedata-type
The data type of the parameter. Any object that can be converted to a numpy dtype.