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.
shadeils combines SHADE (adaptive DE) with an iterative Solis-Wets local search. After every ls_freq DE generations, a local search is applied to the best individual. A partial restart is triggered when stagnation is detected.
Usage
Parameters
Population size.
Maximum generations.
Training data frame.
Class variable column name.
SHADE memory 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).
Fraction of NP used as local search evaluation budget per call.
Apply local search every this many generations.
Minimum relative improvement before incrementing the stagnation counter.
Consecutive stagnation cycles before a partial population restart.
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.