The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision History for DCOLLINS::AI

0.004     2011-06-13 07:13:15 UTC
          Add support for inline::c lookup tables for afunc and dafunc. This
          saves 60-70% of the time spent in these functions for a sub-ms init
          time. These have a resolution of up to 0.001. Write your own if that
          is a problem. Also, the min and max neuron values are now applied
          before the activation function, to provide bounds for the lookup
          table.

0.003     2011-06-12 05:08:21 UTC
          Additional (working) example using the mutate() option. Works quite 
          well, but slowly.

0.002     2011-06-01 05:23:14 UTC
          Now we use Moose!

          SimWorld skeleton is also complete. See the script in examples for 
          a simple example without any actual evolution.

          Tests for Simworld.

0.001     2011-05-31 02:43:51 UTC
          Initial release. ::Robot is a basic replacement for the AI::ANN 
          constructor. Some tests, which, amazingly, all pass.