UNPKG

neataptic

Version:

Architecture-free neural network library with genetic algorithm implementations

8 lines (7 loc) 221 B
$( document ).ready(function() { $( ".start" ).click(function() { $( ".start" ).html('<span class="glyphicon glyphicon-dashboard" aria-hidden="true"></span> Running...'); newNeat(); loop(); }); });