modleR
modleR copied to clipboard
Passing arguments no maxent
Is there a way to pass arguments to maxent ("quadratic=TRUE", "product=FALSE", "hinge=FALSE" "outputformat=logistic", etc)? I did not see it in docs. Thanks
Hello! Right now the algorithm parametrization can only be adjusted by modifying the code inside do_any(), but we aim to implement separate parametrization options in the near future.