Neat-Ex v1.3.0 Mix.Tasks.Fishsim

Usage: mix fishsim [printEvery] [minutes] [file_to_record] Runs a fishhy evolution process. Runs for the given number of minutes (default 60), and will print out ascii art, or record to the given file every printEvery generations, default is 1. Ascii art is used if file is not specified.

Summary

Functions

A task needs to implement run which receives a list of command line args

Functions

parseArgs(args)
run(args)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.

run(args, annModule, worldModules, opts)