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.
maswchains is a memetic algorithm based on MA-SW-Chains. Each individual maintains its own persistent Solis-Wets state across generations. After each DE/rand/1/bin phase, local search budget is distributed across individuals weighted by fitness rank and historical improvement.
Usage
Parameters
Population size.
Maximum generations.
Training data frame.
Class variable column name.
Mutation factor for DE/rand/1. Range [0, 2].
Crossover rate. Range [0, 1].
BN structure:
"nb", "tan", "tancl", "hc".Optional custom BN topology (edges × 2 matrix).
Fraction of NP used as total local search budget per generation.
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.