: It has been successfully applied to specialized fields such as bioinformatics (e.g., predicting flexible-receptor molecular docking data and gene expression analysis) where custom-tailored models are critical. Related Resources
: Automatic Design of Decision-Tree Algorithms with Evolutionary Algorithms Automatic Design of Decision-Tree Induction Alg...
: The authors proposed a hyper-heuristic evolutionary approach that treats these algorithm components as "genes" in a genome. The system automatically evolves a complete top-down induction algorithm tailored to a particular domain. : It has been successfully applied to specialized
The seminal work on the is a paper by Rodrigo C. Barros, André C.P.L.F. de Carvalho, and Alex A. Freitas. It introduces a hyper-heuristic evolutionary algorithm called HEAD-DT that automatically evolves the best components (such as split criteria and pruning methods) to create a tailored decision-tree algorithm for specific datasets. Key Article Details The seminal work on the is a paper by Rodrigo C
: For over 40 years, researchers manually designed decision-tree algorithms like C4.5 and CART by choosing specific components (splitting criteria, stopping rules, etc.) based on trial and error.
: Rodrigo C. Barros, Márcio P. Basgalupp, André C.P.L.F. de Carvalho, and Alex A. Freitas