i wonder if it is possible/feasable for you to make the oppai.Parameters optional, e.g. only use the provided values, similar to oppai-ng and its implementation of the commandline tool?
For example, if i only pass in Acc, assume all other values to be at their default for SS.
Maybe this is not wanted functionality, but it would certainly be helpful to have this functionality in the library itself, so users dont have to constantly re-implement this feature.
Hi,
i wonder if it is possible/feasable for you to make the
oppai.Parameters
optional, e.g. only use the provided values, similar to oppai-ng and its implementation of the commandline tool?For example, if i only pass in
Acc
, assume all other values to be at their default for SS.Maybe this is not wanted functionality, but it would certainly be helpful to have this functionality in the library itself, so users dont have to constantly re-implement this feature.