This is the base class for all neuro-evolution problems.
Currently, this class does not offer any additional functionality.
Its purpose is to collect all neuro-evolution problems under the same
branch of inheritance.
Source code in evotorch/neuroevolution/baseneproblem.py
class BaseNEProblem(Problem):
"""
This is the base class for all neuro-evolution problems.
Currently, this class does not offer any additional functionality.
Its purpose is to collect all neuro-evolution problems under the same
branch of inheritance.
"""
pass