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.
mos implements Multiple Offspring Sampling: a framework that dynamically combines SHADE (global exploration) and Solis-Wets local search (intensification). The participation of each technique is adjusted each split based on their recent improvement quality.
Usage
Parameters
Population size.
Maximum generations.
Training data frame.
Class variable column name.
BN structure:
"nb", "tan", "tancl", "hc".Fraction of best individuals for SHADE mutation.
Optional custom BN topology (edges × 2 matrix).
Number of budget partitions. G is divided into n_splits blocks.
Minimum participation fraction for either technique (prevents one from being eliminated).
Print progress each split.
...
Extra arguments for
bnclassify::tan_cl or bnclassify::tan_hc.Return value
Object of classDE: Best, BestCLL, pobFinal, CLLPobFinal, N.evals, convergence, evaluations.