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.
nlshadersp implements NL-SHADE-RSP: SHADE with exponential (non-linear) population size reduction and a ranked-based selective pressure mechanism that biases donor vector selection toward better-ranked individuals.
Usage
Parameters
Initial population size. Reduced non-linearly (exponentially) down to 4.
Maximum generations.
Data frame containing features and the class variable.
Name of the class variable column.
Adaptation rate for history memory. Must be in [0, 0.2].
BN structure:
"nb", "tan", "tancl", or "hc".Fraction of best individuals for mutation strategy.
Optional custom BN topology (edges × 2 matrix: from, to).
Print progress every this many generations.
...
Extra arguments forwarded to
bnclassify::tan_cl or bnclassify::tan_hc.Return value
Object of classDE with fields: Best, BestCLL, pobFinal, CLLPobFinal, N.evals, convergence, evaluations.