Getting Started
===============

This section is going to show you how to use the NiaClass framework. First install NiaClass package using the following command:

.. code:: bash

    pip3 install niaclass

After the successful installation you are ready to run your first example.

Examples
--------

You can find usage examples `here <https://github.com/lukapecnik/NiaClass/tree/master/examples>`_.

Optimization Algorithms
-----------------------

For the list of available optimization algorithms please see the `NiaPy's documentation <https://niapy.readthedocs.io/en/stable/>`_.
