Documentation Index
Fetch the complete documentation index at: https://mintlify.com/alexplatasl/dplbnde/llms.txt
Use this file to discover all available pages before exploring further.
shademts combines SHADE with MTS-LS1 (Multiple Trajectory Search Local Search 1), a coordinate-wise local search that perturbs individual dimensions. MTS-LS1 is applied to the best individual every ls_freq generations.
Usage
Parameters
Population size.
Maximum generations.
Training data frame.
Class variable column name.
SHADE adaptation rate. Range [0, 0.2].
BN structure:
"nb", "tan", "tancl", "hc".Fraction of best individuals for mutation.
Optional custom BN topology (edges × 2 matrix).
Apply MTS-LS1 every this many generations.
Maximum number of dimensions to perturb per local search call.
Print progress every this many generations.
...
Extra arguments for
bnclassify::tan_cl or bnclassify::tan_hc.Return value
Object of classDE: Best, BestCLL, pobFinal, CLLPobFinal, N.evals, convergence, evaluations.