creatur: Framework for artificial life experiments.

[ ai, bsd3, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/mhwombat/creatur#readme


[Skip to Readme]

Modules

[Last Documentation]

  • ALife
    • ALife.Creatur
      • ALife.Creatur.Checklist
      • ALife.Creatur.Clock
      • ALife.Creatur.Counter
      • ALife.Creatur.Daemon
      • ALife.Creatur.Database
        • ALife.Creatur.Database.CachedFileSystem
        • ALife.Creatur.Database.CachedFileSystemInternal
        • ALife.Creatur.Database.FileSystem
      • Genetics
        • ALife.Creatur.Genetics.Analysis
        • ALife.Creatur.Genetics.BRGCBool
        • ALife.Creatur.Genetics.BRGCWord16
        • ALife.Creatur.Genetics.BRGCWord8
        • ALife.Creatur.Genetics.Diploid
        • ALife.Creatur.Genetics.Recombination
        • Reproduction
          • ALife.Creatur.Genetics.Reproduction.Sexual
          • ALife.Creatur.Genetics.Reproduction.SimplifiedSexual
      • ALife.Creatur.Logger
        • ALife.Creatur.Logger.SimpleLogger
        • ALife.Creatur.Logger.SimpleRotatingLogger
      • ALife.Creatur.Namer
      • ALife.Creatur.Persistent
      • ALife.Creatur.Task
      • ALife.Creatur.Universe
      • ALife.Creatur.Util

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 2.0.10, 2.0.11, 2.0.12, 3.0.0, 4.1.4, 4.1.6, 4.1.7, 4.2.0, 4.3.2, 4.3.3, 5.0.1, 5.2.0, 5.2.1, 5.2.3, 5.2.4, 5.2.5, 5.2.6, 5.2.7, 5.2.8, 5.2.9, 5.2.10, 5.2.11, 5.3.0, 5.3.1, 5.3.2, 5.4.0, 5.4.1, 5.4.2, 5.5.0, 5.5.1, 5.6.0, 5.6.1, 5.6.2, 5.6.3, 5.6.4, 5.6.5, 5.6.6, 5.6.7, 5.6.8, 5.6.9, 5.7.0, 5.7.1, 5.7.2, 5.7.3, 5.8.0, 5.8.2, 5.9.0, 5.9.1, 5.9.2, 5.9.3, 5.9.4, 5.9.5, 5.9.6, 5.9.7, 5.9.8, 5.9.8.1, 5.9.8.2, 5.9.9, 5.9.10, 5.9.11, 5.9.12, 5.9.13, 5.9.14, 5.9.15, 5.9.16, 5.9.17, 5.9.18, 5.9.19, 5.9.20, 5.9.22, 5.9.23, 5.9.25, 5.9.26, 5.9.27, 5.9.28, 5.9.30
Change log ChangeLog.md
Dependencies array, base (>=4.7 && <5), binary, bytestring, cereal, cond, directory, exceptions, filepath, gray-extended, hdaemonize, hsyslog, MonadRandom, mtl, random, split, time, transformers, unix [details]
License BSD-3-Clause
Copyright 2018 Amy de Buitléir
Author Amy de Buitléir
Maintainer amy@nualeargais.ie
Category AI
Home page https://github.com/mhwombat/creatur#readme
Bug tracker https://github.com/mhwombat/creatur/issues
Source repo head: git clone https://github.com/mhwombat/creatur
Uploaded by AmyDeBuitleir at 2018-10-31T14:16:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 57495 total (170 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-11-02 [all 3 reports]

Readme for creatur-5.9.27

[back to package description]

Créatúr

Créatúr is a software framework for automating experiments with artificial life (ALife) or other evolutionary algorithms (EA). It provides a daemon which ensures that each agent gets its turn to use the CPU. You can use other applications on the computer at the same time without fear of interfering with experiments; they will run normally (although perhaps more slowly). Créatúr also provides a library of modules to help you implement your own ALife species. Even if you aren't using the Créatúr framework, you may find some of these modules useful.

A tutorial on how to use Créatúr, including lots of examples, is available at https://github.com/mhwombat/creatur-examples/raw/master/Tutorial.pdf.

Créatúr (pronounced kray-toor) is an irish word meaning animal, creature, or unfortunate person.