Package: dplbnDE
Type: Package
Title: Discriminative Parameter Learning of Bayesian Networks by
        Differential Evolution
Version: 0.1.1
Authors@R: c(person("Alejandro","Platas-Lopez",email="alejandroplatasl@gmail.com",role=c("aut","cre"), comment = c(ORCID = "0000-0002-2584-343X")),
    person("Alejandro","Guerra-Hernandez",email="aguerra@uv.mx",role="ths", comment = c(ORCID = "0000-0002-4856-4011")))
Maintainer: Alejandro Platas-Lopez <alejandroplatasl@gmail.com>
BugReports: https://github.com/alexplatasl/dplbnDE/issues
Description: 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.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.2.0)
Imports: bnclassify (>= 0.4.5),
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-07 19:41:32 UTC; alex_
Author: Alejandro Platas-Lopez [aut, cre]
    (<https://orcid.org/0000-0002-2584-343X>),
  Alejandro Guerra-Hernandez [ths]
    (<https://orcid.org/0000-0002-4856-4011>)
Repository: CRAN
Date/Publication: 2022-01-10 17:42:44 UTC
Built: R 4.0.5; ; 2022-01-24 23:38:41 UTC; unix
