{
  "_id": "6a228a08cd65a98ecbd541ce",
  "Package": "kofnGA",
  "Title": "A Genetic Algorithm for Fixed-Size Subset Selection",
  "Version": "1.3",
  "Authors@R": "person(c(\"Mark\",\"A.\"), \"Wolters\", email = \"mark@mwolters.com\", \nrole = c(\"aut\", \"cre\"))",
  "Description": "Provides a function that uses a genetic algorithm to\nsearch for a subset of size k from the integers 1:n, such that\na user-supplied objective function is minimized at that subset.\nThe selection step is done by tournament selection based on\nranks, and elitism may be used to retain a portion of the best\nsolutions from one generation to the next. Population objective\nfunction values may optionally be evaluated in parallel.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 08:31:47 UTC",
    "User": "root"
  },
  "Author": "Mark A. Wolters [aut, cre]",
  "Maintainer": "Mark A. Wolters <mark@mwolters.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2018-11-02 05:10:03 UTC",
  "RemoteUrl": "https://github.com/cran/kofnGA",
  "RemoteRef": "HEAD",
  "RemoteSha": "c18ec5e600e333ed93be858a599e7e048adc39ae",
  "MD5sum": "6871c11959561bf259953e865695c4f8",
  "_user": "cran",
  "_type": "src",
  "_file": "kofnGA_1.3.tar.gz",
  "_fileid": "e2cd3b645e499cb78ed374a8e60fb326a163044eae81ad4b1712499e1010f9bb",
  "_filesize": 123815,
  "_sha256": "e2cd3b645e499cb78ed374a8e60fb326a163044eae81ad4b1712499e1010f9bb",
  "_created": "2026-06-05T08:31:47.000Z",
  "_published": "2026-06-05T08:34:16.696Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79692550594,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7432285728"
    },
    {
      "job": 79692550620,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432286391"
    },
    {
      "job": 79692154707,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432247939"
    },
    {
      "job": 79692550614,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432284779"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27004339017",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/kofnGA",
  "_commit": {
    "id": "c18ec5e600e333ed93be858a599e7e048adc39ae",
    "author": "Mark A. Wolters <mark@mwolters.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.3\n",
    "time": 1541135403
  },
  "_maintainer": {
    "name": "Mark A. Wolters",
    "email": "mark@mwolters.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "bigmemory",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 292,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kofnGA"
  },
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kofnGA.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2014-09-24"
    },
    {
      "version": "1.1",
      "date": "2015-02-04"
    },
    {
      "version": "1.2",
      "date": "2015-11-24"
    },
    {
      "version": "1.3",
      "date": "2018-11-02"
    }
  ],
  "_exports": [
    "kofnGA"
  ],
  "_help": [
    {
      "page": "kofnGA-package",
      "title": "kofnGA: A genetic algorithm for selection of fixed-size subsets.",
      "topics": [
        "kofnGA-package"
      ]
    },
    {
      "page": "kofnGA",
      "title": "Search for the best subset of size k from n choices.",
      "topics": [
        "kofnGA"
      ]
    },
    {
      "page": "plot.GAsearch",
      "title": "Plot method for the GAsearch class output by 'kofnGA'.",
      "topics": [
        "plot.GAsearch"
      ]
    },
    {
      "page": "print.GAsearch",
      "title": "Print method for the GAsearch class output by 'kofnGA'.",
      "topics": [
        "print.GAsearch"
      ]
    },
    {
      "page": "print.summary.GAsearch",
      "title": "Print method for the summary.GAsearch class used in 'kofnGA'.",
      "topics": [
        "print.summary.GAsearch"
      ]
    },
    {
      "page": "summary.GAsearch",
      "title": "Summary method for the GAsearch class output by 'kofnGA'.",
      "topics": [
        "summary.GAsearch"
      ]
    }
  ],
  "_rundeps": [
    "BH",
    "bigmemory",
    "bigmemory.sri",
    "Rcpp",
    "uuid"
  ],
  "_score": 1.7781512503836436,
  "_indexed": true,
  "_nocasepkg": "kofnga",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-06-05T08:33:48.000Z",
      "distro": "noble",
      "commit": "c18ec5e600e333ed93be858a599e7e048adc39ae",
      "fileid": "a84a4c4c1d0754588dcdd8e0da137d20e88079ad92bbb8c6498bf3e022b5d799",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27004339017"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-06-05T08:33:47.000Z",
      "distro": "noble",
      "commit": "c18ec5e600e333ed93be858a599e7e048adc39ae",
      "fileid": "4022fef15298fe97c80e64c6fa3e09115be006e7c278342b93699bfbb673798c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27004339017"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3",
      "date": "2026-06-05T08:33:56.000Z",
      "commit": "c18ec5e600e333ed93be858a599e7e048adc39ae",
      "fileid": "410277525c45ddff4461d610df817b31790da84a2a91445b98abf5f42782b7bd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27004339017"
    }
  ]
}