Mirostat sampling M
int? get mirostatM => _mirostatM;
set mirostatM(int? value) { _mirostatM = value; notifyListeners(); }