Package: evtree
Title: Evolutionary Learning of Globally Optimal Trees
Version: 1.0-8
Date: 2019-05-19
Authors@R: c(person(given = "Thomas", family = "Grubinger", role = c("aut", "cre"), email = "ThomasGrubinger@gmail.com"),
             person(given = "Achim", family = "Zeileis", role = "aut", email = "Achim.Zeileis@R-project.org",
                    comment = c(ORCID = "0000-0003-0918-3766")),
             person(given = "Karl-Peter", family = "Pfeiffer", role = "aut", email = "Karl-Peter.Pfeiffer@i-med.ac.at"))	 
Description: Commonly used classification and regression tree methods like the CART algorithm
             are recursive partitioning methods that build the model in a forward stepwise search.
	     Although this approach is known to be an efficient heuristic, the results of recursive
	     tree methods are only locally optimal, as splits are chosen to maximize homogeneity at
	     the next step only. An alternative way to search over the parameter space of trees is
	     to use global optimization methods like evolutionary algorithms. The 'evtree' package
	     implements an evolutionary algorithm for learning globally optimal classification and
	     regression trees in R. CPU and memory-intensive tasks are fully computed in C++ while
	     the 'partykit' package is leveraged to represent the resulting trees in R, providing
	     unified infrastructure for summaries, visualizations, and predictions.
Depends: R (>= 3.3.0), partykit
Suggests: Formula, kernlab, lattice, mlbench, multcomp, party, rpart,
        xtable
LazyData: yes
License: GPL-2 | GPL-3
Author: Thomas Grubinger [aut, cre],
  Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>),
  Karl-Peter Pfeiffer [aut]
Maintainer: Thomas Grubinger <ThomasGrubinger@gmail.com>
Repository: CRAN
Repository/R-Forge/Project: partykit
Repository/R-Forge/Revision: 2594
Repository/R-Forge/DateTimeStamp: 2019-05-26 18:21:12
Date/Publication: 2019-05-26 19:40:04 UTC
NeedsCompilation: yes
Packaged: 2019-05-26 18:33:33 UTC; rforge
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 07:25:27 UTC; unix
Archs: evtree.so.dSYM
