MaxEnt Model Tuning and Running
4.1 Hyperparameter tuning:
• Test regularization multipliers (rm): 0.5, 1.0, 1.5, 2.0, 2.5, 3.0
• Test feature class combinations: L (linear), LQ (linear+quadratic), LQH (linear+quadratic+hinge), LQHP, LQHPT
• For each rm × feature class combination, run MaxEnt with 5-fold SBCV
• Select the combination maximizing mean test AUC across 5 folds
• Final optimal settings: feature classes = LQH; regularization multiplier = 1.0
4.2 MaxEnt v3.4.1 settings for final model:
• Maximum iterations: 500
• Background points: 10,000 (stratified random)
• Output format: logistic
• Replicates: 11 bootstrap replicates per SBCV fold (= 55 MaxEnt runs total)
• Random seed: use fixed seed for reproducibility (e.g., seed = 42)
• Jackknife: enabled (for variable importance analysis)
• Do NOT use random test percentage (SBCV handles this externally)
4.3 Performance evaluation:
• Primary metric: mean test AUC across all SBCV folds and bootstrap replicates
• Secondary metrics: omission rate at FCV1 threshold, True Skill Statistic (TSS)
• TSS = Sensitivity + Specificity – 1; values >0.5 indicate reliable performance
• Expected results: mean training AUC = 0.963 ± 0.001; mean test AUC = 0.953 ± 0.002; TSS ≈ 0.85
• Train on all 201 occurrence points with optimal hyperparameters
• Run 11 bootstrap replicates; average outputs for final suitability map