dplbnDE: Discriminative Parameter Learning of Bayesian Networks by Differential Evolution

Implements Differential Evolution (DE) to train parameters of Bayesian Networks for optimizing the Conditional Log-Likelihood (Discriminative Learning) instead of the log-likelihood (Generative Learning). Any given Bayesian Network structure encodes assumptions about conditional independencies among the attributes and will result in an error if they do not hold in the data. Such an error includes the classification dimension. The main goal of Discriminative learning is to minimize this type of error. This package provides main variants of differential evolution described in Price & Storn (1996) <doi:10.1109/ICEC.1996.542711> and recent ones, described in Tanabe & Fukunaga (2014) <doi:10.1109/CEC.2014.6900380> and Zhang & Sanderson (2009) <doi:10.1109/TEVC.2009.2014613> with adaptation mechanism for factor mutarion and crossover rate.

Version: 0.1.1
Depends: R (≥ 3.2.0)
Imports: bnclassify (≥ 0.4.5)
Published: 2022-01-10
Author: Alejandro Platas-Lopez ORCID iD [aut, cre], Alejandro Guerra-Hernandez ORCID iD [ths]
Maintainer: Alejandro Platas-Lopez <alejandroplatasl at gmail.com>
BugReports: https://github.com/alexplatasl/dplbnDE/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
Materials: README
CRAN checks: dplbnDE results

Documentation:

Reference manual: dplbnDE.pdf

Downloads:

Package source: dplbnDE_0.1.1.tar.gz
Windows binaries: r-devel: dplbnDE_0.1.1.zip, r-release: dplbnDE_0.1.1.zip, r-oldrel: dplbnDE_0.1.1.zip
macOS binaries: r-release (arm64): dplbnDE_0.1.1.tgz, r-oldrel (arm64): dplbnDE_0.1.1.tgz, r-release (x86_64): dplbnDE_0.1.1.tgz, r-oldrel (x86_64): dplbnDE_0.1.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dplbnDE to link to this page.