ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::cli::EvaluateParams::Convergence Struct Reference

Convergence control. More...

#include <EvaluateParams.hpp>

Public Attributes

std::optional< float > cv
 CV target (e.g. 0.05 = stop when std < 5% of mean).
 
std::optional< int > max
 Hard upper bound on iterations.
 
std::optional< int > min
 Minimum iterations before checking convergence.
 
std::optional< int > window
 Consecutive checks below threshold before stopping.
 

Detailed Description

Convergence control.

Member Data Documentation

◆ cv

std::optional<float> ppforest2::cli::EvaluateParams::Convergence::cv

CV target (e.g. 0.05 = stop when std < 5% of mean).

◆ max

std::optional<int> ppforest2::cli::EvaluateParams::Convergence::max

Hard upper bound on iterations.

◆ min

std::optional<int> ppforest2::cli::EvaluateParams::Convergence::min

Minimum iterations before checking convergence.

◆ window

std::optional<int> ppforest2::cli::EvaluateParams::Convergence::window

Consecutive checks below threshold before stopping.


The documentation for this struct was generated from the following file: