Tabea123/FindMyCat: An implementation of a genetic algorithm

Use four spaces when indenting paragraphs within the Description. An implementation of a genetic algorithm. The input to the genetic algorithm has several parts: a population of possible solutions to a task, an environment in which the task is performed and a function that takes performs all possible solutions and assigns to them a score that measures how well that solution works on the task. The task in this package is to evolve the best strategy to pick up elements in a two-dimensional grid.

Getting started

Package details

Maintainer<tabea.hoffmann@student.uva.nl>
LicenseWhat license is it under?
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Tabea123/FindMyCat")
Tabea123/FindMyCat documentation built on June 5, 2019, 7:56 a.m.