:mod:`learner.exhaustive` -- Exhaustive learners
================================================

.. module:: pebl.learner.exhaustive
    :synopsis: Exhaustive learners

This modules provides exhaustive learners. Currently, it include the
ListLearner class which scores a list of networks. In the future, we might
implent exhaustive learners that score all possible networks meeting some
constraints (as defined by prior models).

Configuration Parameters
------------------------

.. Autogenerated by pebl.config.paramdocs at Wed Apr 30 10:28:31 2008

.. confparam:: listlearner.networks

	List of networks to score.
	default=

ListLearner Class
-----------------

.. autoclass:: ListLearner
    :members:

