Skip to main content

Terminal

Module: opytimizer.core.graph.primitive

A fixed leaf value.

Constructor​

Terminal(name: str, value: Any, output_type: Type) -> None

Parameters​

ParameterTypeDefaultDescription
namestrDisplay name.
valueAnyThe terminal's constant value.
output_typeTypeType of value.