faber_neuroevolution_app (faber_neuroevolution v1.2.4)

View Source

OTP Application module for faber_neuroevolution.

This module implements the OTP application behaviour and is responsible for starting the application supervisor.

Summary

Functions

Start the application.

Stop the application.

Functions

start(StartType, StartArgs)

-spec start(StartType, StartArgs) -> {ok, pid()} | {error, term()}
               when StartType :: normal | {takeover, node()} | {failover, node()}, StartArgs :: term().

Start the application.

stop(State)

-spec stop(State) -> ok when State :: term().

Stop the application.