.. HighPerformanceGP documentation master file, created by
   sphinx-quickstart on Fri Nov  1 14:55:39 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

HyperGP
===============================

HyperGP assumes that you already understand the basic concepts of Genetic Programming (GP).



.. toctree::
   :maxdepth: 2
   :caption: Contents:

   Quick Start.rst
   Installation Guide.rst
   API Reference/index
   Developer Guide/index
   User Library/index
   User Guide/index


.. toctree::
   :maxdepth: 2
   :caption: API Reference:

   API Reference/Tensor/index
   API Reference/workflow
   API Reference/Executor
   API Reference/monitor
   API Reference/Population
   API Reference/PrimitiveSet
   API Reference/Representation
   API Reference/States


.. toctree::
   :maxdepth: 2
   :caption: User Guide:

   User Guide/Multi Population
   User Guide/Multi Task
   User Guide/Self Define
   User Guide/Symbolic Regression
   User Guide/Image Classification


.. toctree::
   :maxdepth: 2
   :caption: User Library:

<<<<<<< HEAD
   User Library/Operators/index
   User Library/Algorithms/index
=======
   User Library/Operators/index
>>>>>>> dev_docs
