-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When running SDMs with large numbers of presence points, I am getting a JAVA out of memory error from MaxEnt. Is there a way to overcome this? Also, when using the optimizeModel() function, what are reasonable starting values across the different methods (maxent, random forest, boosted regression tree)? I am running a number of SDMs across the various methods and would like to make sure the optimisation step is appropriate. For example, in your vignette you use the below values for MaxEnt, what would you use for random forest and boosted regression tree?
h <- list(reg = seq(0.2, 5, 0.2), fc = c("l", "lq", "lh", "lp", "lqp", "lqph"))
Thank you for your help.
Kind regards,
nick.
Steps to reproduce the bug
library(SDMtune)
NA
Session information
NA
Additional information
NA
Reproducible example
- I have done my best to provide the steps to reproduce the bug
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working