Closed alexhroom closed 2 months ago
This PR changes Strategies to be a RATEnum in line with the rest. This means that users now input the strategy as a string rather than an integer. The enum has an __int__ property so it can be converted to an integer for RAT_core.
Strategies
RATEnum
__int__
This PR changes
Strategies
to be aRATEnum
in line with the rest. This means that users now input the strategy as a string rather than an integer. The enum has an__int__
property so it can be converted to an integer for RAT_core.