
Hailo::Engine::Scored - MegaHAL-style reply scoring for Hailo

This backend implements the logic of replying to and learning from input using the resources given to the engine roles.
It is inherits from Hailo::Engine::Default and only overrides its reply method.
It generates multiple replies and applies a scoring algorithm to them, then returns the best one, similar to MegaHAL.

engine_argsThis is a hash reference which can have the following keys:
iterationsThe number of replies to generate before returning the best one.
intervalThe time (in seconds) to spend on generating replies before returning the best one.
You can not specify both iterations and interval at the same time.
If neither is specified,
a default interval of 0.5 seconds will be used.

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com
This module was based on code from Peter Teichman's Cobe project.

Copyright 2010 Hinrik Örn Sigurðsson and Ævar Arnfjörð Bjarmason <avar@cpan.org>
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.