Current section

Files

Jump to
faber_neuroevolution src faber_neuroevolution.app.src
Raw

src/faber_neuroevolution.app.src

{application,faber_neuroevolution,
[{description,"Population-based evolutionary training with NEAT topology evolution"},
{vsn,"1.0.0"},
{registered,[]},
{mod,{faber_neuroevolution_app,[]}},
{applications,[kernel,stdlib,faber_tweann]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/rgfaber/faber-neuroevolution"},
{"HexDocs","https://hexdocs.pm/faber_neuroevolution"}]},
{maintainers,["R.G. Lefever"]},
{build_tools,["rebar3"]}]}.