:py:mod:`desdeo_emo.EAs.slowRVEA`
=================================

.. py:module:: desdeo_emo.EAs.slowRVEA

.. autoapi-nested-parse::

   Legacy code. To be updated or depreciated.



Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   desdeo_emo.EAs.slowRVEA.slowRVEA




.. py:class:: slowRVEA(population: pyrvea.Population.Population.Population, ea_parameters)

   Bases: :py:obj:`pyrvea.EAs.RVEA.RVEA`

   RVEA variant that impliments slow reference vector movement.

   .. py:method:: set_params(population: pyrvea.Population.Population.Population, generations_per_iteration: int = 10, iterations: int = 10, Alpha: float = 2, ref_point: list = None, old_point: list = None, **kwargs)

      Set up the parameters. Save in RVEA.params. Note, this should be
      changed to align with the current structure.

      :param population: Population object
      :type population: Population
      :param Alpha: The alpha parameter of APD selection.
      :type Alpha: float
      :param plotting: Useless really.
      :type plotting: bool


   .. py:method:: _run_interruption(population: pyrvea.Population.Population.Population)



