{
  "_id": "6a2a64567b7a29ca6003fe30",
  "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\"),\nperson(given = \"Achim\", family = \"Zeileis\", role = \"aut\", email = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")),\nperson(given = \"Karl-Peter\", family = \"Pfeiffer\", role = \"aut\", email = \"Karl-Peter.Pfeiffer@i-med.ac.at\"))",
  "Description": "Commonly used classification and regression tree methods\nlike the CART algorithm are recursive partitioning methods that\nbuild the model in a forward stepwise search. Although this\napproach is known to be an efficient heuristic, the results of\nrecursive tree methods are only locally optimal, as splits are\nchosen to maximize homogeneity at the next step only. An\nalternative way to search over the parameter space of trees is\nto use global optimization methods like evolutionary\nalgorithms. The 'evtree' package implements an evolutionary\nalgorithm for learning globally optimal classification and\nregression trees in R. CPU and memory-intensive tasks are fully\ncomputed in C++ while the 'partykit' package is leveraged to\nrepresent the resulting trees in R, providing unified\ninfrastructure for summaries, visualizations, and predictions.",
  "LazyData": "yes",
  "License": "GPL-2 | GPL-3",
  "Repository": "https://zeileis.r-universe.dev",
  "Date/Publication": "2026-03-13 19:02:53 UTC",
  "RemoteUrl": "https://github.com/r-forge/partykit",
  "RemoteRef": "HEAD",
  "RemoteSha": "861432cfc097e26ea36940c174227ff1151eac6e",
  "RemoteSubdir": "pkg/evtree",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-11 07:26:37 UTC",
    "User": "root"
  },
  "Author": "Thomas Grubinger [aut, cre],\nAchim Zeileis [aut] (ORCID: <https://orcid.org/0000-0003-0918-3766>),\nKarl-Peter Pfeiffer [aut]",
  "Maintainer": "Thomas Grubinger <ThomasGrubinger@gmail.com>",
  "MD5sum": "47351a141cfa89e166c898a946cc8bb6",
  "_user": "zeileis",
  "_type": "src",
  "_file": "evtree_1.0-8.tar.gz",
  "_fileid": "47183cda2267c5bb21c43b3f795b21eb550207afd32d3c7c0b3517ecb0593692",
  "_filesize": 1704821,
  "_sha256": "47183cda2267c5bb21c43b3f795b21eb550207afd32d3c7c0b3517ecb0593692",
  "_created": "2026-06-11T07:26:37.000Z",
  "_published": "2026-06-11T07:31:34.789Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80743129960,
      "time": 130,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7557531190"
    },
    {
      "job": 80743129969,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7557532440"
    },
    {
      "job": 80743129971,
      "time": 119,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557527682"
    },
    {
      "job": 80743129962,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557533250"
    },
    {
      "job": 80743129904,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7557539573"
    },
    {
      "job": 80743129903,
      "time": 174,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7557555062"
    },
    {
      "job": 80743129900,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557530849"
    },
    {
      "job": 80743129899,
      "time": 255,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557571427"
    },
    {
      "job": 80742574696,
      "time": 209,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557489189"
    },
    {
      "job": 80743129850,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557521552"
    },
    {
      "job": 80743129995,
      "time": 100,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7557521630"
    },
    {
      "job": 80743129868,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7557518483"
    },
    {
      "job": 80743129869,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557517701"
    }
  ],
  "_buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-forge/partykit",
  "_commit": {
    "id": "861432cfc097e26ea36940c174227ff1151eac6e",
    "author": "thothorn (Torsten Hothorn) <Torsten.Hothorn@R-project.org>",
    "committer": "Dummy <dummy@dummy.org>",
    "message": "1.2-27\n\ngit-svn-id: svn://svn.r-forge.r-project.org/svnroot/partykit@3336 255f4249-2263-4417-b1ea-8498779e27a7\n\nFormer-commit-id: 9e491d7e767853b81f2541d7bc4cc8a376e5c084",
    "time": 1773428573
  },
  "_maintainer": {
    "name": "Thomas Grubinger",
    "email": "thomasgrubinger@gmail.com",
    "login": "thomasgrubinger-svg",
    "description": "",
    "uuid": 260085866
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "partykit",
      "role": "Depends"
    },
    {
      "package": "Formula",
      "role": "Suggests"
    },
    {
      "package": "kernlab",
      "role": "Suggests"
    },
    {
      "package": "lattice",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "multcomp",
      "role": "Suggests"
    },
    {
      "package": "party",
      "role": "Suggests"
    },
    {
      "package": "rpart",
      "role": "Suggests"
    },
    {
      "package": "xtable",
      "role": "Suggests"
    }
  ],
  "_owner": "r-forge",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-30",
      "n": 1
    },
    {
      "week": "2026-04",
      "n": 4
    },
    {
      "week": "2026-06",
      "n": 10
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "thothorn",
      "count": 719,
      "uuid": 35263693
    },
    {
      "user": "zeileis",
      "count": 666,
      "uuid": 61125774
    },
    {
      "user": "mnlang",
      "count": 299,
      "uuid": 75885241
    },
    {
      "user": "marjoleinf",
      "count": 154,
      "uuid": 16515996
    },
    {
      "user": "thomasgrubinger-svg",
      "count": 106,
      "uuid": 260085866
    },
    {
      "user": "lmsstudios",
      "count": 88,
      "uuid": 97995137
    },
    {
      "user": "dandls",
      "count": 29,
      "uuid": 25373845
    },
    {
      "user": "rsbivand",
      "count": 5,
      "uuid": 10198404
    },
    {
      "user": "bettinagruen",
      "count": 1,
      "uuid": 3341603
    }
  ],
  "_userbio": {
    "uuid": 61125774,
    "type": "user",
    "name": "Achim Zeileis",
    "description": "Statistics, science, software."
  },
  "_downloads": {
    "count": 5383,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/evtree"
  },
  "_mentions": 6,
  "_devurl": "https://github.com/r-forge/partykit",
  "_searchresults": 128,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/evtree.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "thomasgrubinger-svg",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2011-09-30"
    },
    {
      "version": "0.1-1",
      "date": "2011-10-02"
    },
    {
      "version": "0.1-2",
      "date": "2012-04-11"
    },
    {
      "version": "0.1-3",
      "date": "2013-06-17"
    },
    {
      "version": "0.1-4",
      "date": "2013-11-26"
    },
    {
      "version": "0.1-5",
      "date": "2014-07-01"
    },
    {
      "version": "1.0-0",
      "date": "2014-10-15"
    },
    {
      "version": "1.0-1",
      "date": "2016-10-14"
    },
    {
      "version": "1.0-2",
      "date": "2017-01-25"
    },
    {
      "version": "1.0-3",
      "date": "2017-03-31"
    },
    {
      "version": "1.0-4",
      "date": "2017-04-02"
    },
    {
      "version": "1.0-5",
      "date": "2017-04-06"
    },
    {
      "version": "1.0-6",
      "date": "2017-12-15"
    },
    {
      "version": "1.0-7",
      "date": "2018-05-23"
    },
    {
      "version": "1.0-8",
      "date": "2019-05-26"
    }
  ],
  "_exports": [
    "evtree",
    "evtree.control"
  ],
  "_datasets": [
    {
      "name": "BBBClub",
      "title": "Bookbinder's Book Club",
      "object": "BBBClub",
      "class": [
        "data.frame"
      ],
      "fields": [
        "choice",
        "gender",
        "amount",
        "freq",
        "last",
        "first",
        "child",
        "youth",
        "cook",
        "diy",
        "art"
      ],
      "rows": 1300,
      "table": true,
      "tojson": true
    },
    {
      "name": "ContraceptiveChoice",
      "title": "Contraceptive Method Choice",
      "object": "ContraceptiveChoice",
      "class": [
        "data.frame"
      ],
      "fields": [
        "wifes_age",
        "wifes_education",
        "husbands_education",
        "number_of_children",
        "wifes_religion",
        "wife_now_working",
        "husbands_occupation",
        "standard_of_living_index",
        "media_exposure",
        "contraceptive_method_used"
      ],
      "rows": 1473,
      "table": true,
      "tojson": true
    },
    {
      "name": "GermanCredit",
      "title": "Statlog German Credit",
      "object": "GermanCredit",
      "class": [
        "data.frame"
      ],
      "fields": [
        "status",
        "duration",
        "credit_history",
        "purpose",
        "amount",
        "savings",
        "employment_duration",
        "installment_rate",
        "personal_status_sex",
        "other_debtors",
        "present_residence",
        "property",
        "age",
        "other_installment_plans",
        "housing",
        "number_credits",
        "job",
        "people_liable",
        "telephone",
        "foreign_worker",
        "credit_risk"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    },
    {
      "name": "MAGICGammaTelescope",
      "title": "MAGIC Gamma Telescope",
      "object": "MAGICGammaTelescope",
      "class": [
        "data.frame"
      ],
      "fields": [
        "fLength",
        "fWidth",
        "fSize",
        "fConc",
        "fConc1",
        "fAsym",
        "fM3Long",
        "fM3Trans",
        "fAlpha",
        "fDist",
        "class"
      ],
      "rows": 19020,
      "table": true,
      "tojson": true
    },
    {
      "name": "StatlogHeart",
      "title": "Statlog Heart",
      "object": "StatlogHeart",
      "class": [
        "data.frame"
      ],
      "fields": [
        "age",
        "sex",
        "chest_pain_type",
        "resting_blood_pressure",
        "serum_colestoral",
        "fasting_blood_sugar",
        "resting_electrocardiographic_results",
        "maximum_heart_rate",
        "exercise_induced_angina",
        "oldpeak",
        "slope_of_the_peak",
        "major_vessels",
        "thal",
        "heart_disease"
      ],
      "rows": 270,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "BBBClub",
      "title": "Bookbinder's Book Club",
      "topics": [
        "BBBClub"
      ]
    },
    {
      "page": "ContraceptiveChoice",
      "title": "Contraceptive Method Choice",
      "topics": [
        "ContraceptiveChoice"
      ]
    },
    {
      "page": "evtree",
      "title": "Evolutionary Learning of Globally Optimal Trees",
      "topics": [
        "evtree-package",
        "evtree"
      ]
    },
    {
      "page": "evtree.control",
      "title": "Control for evtree",
      "topics": [
        "evtree.control"
      ]
    },
    {
      "page": "GermanCredit",
      "title": "Statlog German Credit",
      "topics": [
        "GermanCredit"
      ]
    },
    {
      "page": "MAGICGammaTelescope",
      "title": "MAGIC Gamma Telescope",
      "topics": [
        "MAGICGammaTelescope"
      ]
    },
    {
      "page": "StatlogHeart",
      "title": "Statlog Heart",
      "topics": [
        "StatlogHeart"
      ]
    }
  ],
  "_rundeps": [
    "Formula",
    "inum",
    "lattice",
    "libcoin",
    "Matrix",
    "mvtnorm",
    "partykit",
    "rpart",
    "survival"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "evtree.Rnw",
      "filename": "evtree.pdf",
      "title": "Evolutionary Learning of Globally Optimal Classification and Regression Trees in R",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "Globally and locally optimal decision trees",
        "The evtree algorithm",
        "Implementation and application in practice",
        "Performance comparison",
        "Choice of evtree parameters",
        "Conclusions"
      ],
      "created": "2012-04-11 06:52:17",
      "modified": "2019-05-26 15:08:25",
      "commits": 19
    }
  ],
  "_score": 6.695566845894825,
  "_indexed": false,
  "_nocasepkg": "evtree",
  "_universes": [
    "zeileis"
  ],
  "_indexurl": "https://thomasgrubinger-svg.r-universe.dev/evtree",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0-8",
      "date": "2026-06-11T07:28:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "71dc10dffb4fa190fd6f3989309498334c91b8003aadef944cb9a609c91c971c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0-8",
      "date": "2026-06-11T07:28:43.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "89a460607bd91da680040317086d7e076bce4e3d6c0742084cb391f7a4e9b260",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0-8",
      "date": "2026-06-11T07:28:34.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "86d82052f785369b7e626913471d7bb374a47c037757310e74785bb469ce5d27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0-8",
      "date": "2026-06-11T07:28:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "10a84d8b5638c886eeff25942fb704404d2aa1c304d2ea7dce20aa21225fd47e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0-8",
      "date": "2026-06-11T07:29:07.000Z",
      "arch": "aarch64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "e6775ca311dcb711234b3410dc53fa23ae2ce34de20102f25c764acadc91dcc1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0-8",
      "date": "2026-06-11T07:29:45.000Z",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "7683b45469950daf69be7572493da30abe8b12c8881249135cea5c5db6b1edb1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0-8",
      "date": "2026-06-11T07:28:35.000Z",
      "arch": "aarch64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "a561aaf7e4f4c173e9efb40f6e502fd1e139ecd237f89e0cc15a256fe03627d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0-8",
      "date": "2026-06-11T07:30:06.000Z",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "98e3ec706bb633956362151a990205b535da4040019330008dd5b25fe77ee0b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0-8",
      "date": "2026-06-11T07:28:37.000Z",
      "arch": "emscripten",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "1f21dfcd5721318cde3c4e7542440e232419fd3f90813ab884647f2eee5b2c26",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0-8",
      "date": "2026-06-11T07:27:56.000Z",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "3b6c4a71bc4f6ad47d5bf3d6110eb4674e8eb330e738adb3fb2e27a5fe8c7d5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0-8",
      "date": "2026-06-11T07:27:49.000Z",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "4cf2c13b6f435292f58c0271d9c0c50cfba1854638ba6895e56bc336763cb46d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0-8",
      "date": "2026-06-11T07:27:47.000Z",
      "arch": "x86_64",
      "commit": "861432cfc097e26ea36940c174227ff1151eac6e",
      "fileid": "f02e411d32bbe3ab36469e3d663b03ad2c3c4746850e742e17329895757fed0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeileis/actions/runs/27330805490"
    }
  ]
}