Operation
Construct Fish Attribute

Construct Fish Attribute
component allows you to specify attribute information
to be associated with an optimization trial. ZUI is supported, the input can be
any number of inputs, and the nickname of the input is stored as the name of the
attribute paired with the value.
Constraint
is a special input. If all values input here are less than or equal
to zero, the trial is feasible. Use this input if you want to take constraint
conditions into account.
Construct Fish Egg

Construct Fish Egg
component allows you to specify the combination of
variables to be executed first in the optimization.
Connect variables such as NumberSlider to Vars
. If Lay
is set to True, the
variable combination will be registered. If Clear
is set to True, all
registered variable combinations will be deleted. If Skip
is set to True,
duplicate combinations will be skipped.
Construct Fish Egg by CSV

Construct Fish Egg by CSV
component enables Construct Fish Egg input via CSV.
Connect the path to the CSV file to Path
.
For example, if you want to specify in CSV the combination of the values of two NumberSliders with the nicknames X1 and X2, you can do so as follows
X1 | X2 |
---|---|
1 | 2 |
In this case, the combination of variables where X1 is 1 and X2 is 2 will be executed first.
Deconstruct Fish

Deconstruct Fish
component allows you to deconstruct Fish, the result of
Tunny's optimization.
By deconstructing, variables, objective functions, and attributes can be obtained in a data tree.
Deconstruct Fish Attribute

Deconstruct Fish Attribute
component can be used to deconstruct an attribute.