Skip to content

Latest commit

 

History

History
163 lines (118 loc) · 3.47 KB

examples.rst

File metadata and controls

163 lines (118 loc) · 3.47 KB

Examples

analitical.follow.py

.. literalinclude:: ../examples/graph/analitical.follow.py
   :language: python

.. literalinclude:: ../examples/graph/analitical.follow.out
   :language: sh

../examples/graph/analitical.follow.png

analitical.py

.. literalinclude:: ../examples/graph/analitical.py
   :language: python

../examples/graph/analitical.png

cmaes0.py

.. literalinclude:: ../examples/graph/cmaes0.py
   :language: python

.. literalinclude:: ../examples/graph/cmaes0.out
   :language: sh

../examples/graph/cmaes0.png

coins.py

.. literalinclude:: ../examples/graph/coins.py
   :language: python

../examples/graph/coins.png

coins.vis.py

.. literalinclude:: ../examples/graph/coins.vis.py
   :language: python

.. literalinclude:: ../examples/graph/coins.vis.out
   :language: sh

follow0.py

.. literalinclude:: ../examples/graph/follow0.py
   :language: python

.. literalinclude:: ../examples/graph/follow0.out
   :language: sh

../examples/graph/follow0.png

follow1.py

.. literalinclude:: ../examples/graph/follow1.py
   :language: python

.. literalinclude:: ../examples/graph/follow1.out
   :language: sh

../examples/graph/follow1.png

korali0.py

.. literalinclude:: ../examples/graph/korali0.py
   :language: python

../examples/graph/korali0.png

langevin0.py

.. literalinclude:: ../examples/graph/langevin0.py
   :language: python

../examples/graph/langevin0.png

langevin1.py

.. literalinclude:: ../examples/graph/langevin1.py
   :language: python

../examples/graph/langevin1.png

langevin2.py

.. literalinclude:: ../examples/graph/langevin2.py
   :language: python

../examples/graph/langevin2.png

langevin3.py

.. literalinclude:: ../examples/graph/langevin3.py
   :language: python

langevin4.py

.. literalinclude:: ../examples/graph/langevin4.py
   :language: python

../examples/graph/langevin4.png

metropolis0.py

.. literalinclude:: ../examples/graph/metropolis0.py
   :language: python

.. literalinclude:: ../examples/graph/metropolis0.out
   :language: sh

three.follow.py

.. literalinclude:: ../examples/graph/three.follow.py
   :language: python

.. literalinclude:: ../examples/graph/three.follow.out
   :language: sh

../examples/graph/three.follow.png

three.py

.. literalinclude:: ../examples/graph/three.py
   :language: python

../examples/graph/three.png

three.vis.py

.. literalinclude:: ../examples/graph/three.vis.py
   :language: python

tmcmc0.py

.. literalinclude:: ../examples/graph/tmcmc0.py
   :language: python

.. literalinclude:: ../examples/graph/tmcmc0.out
   :language: sh

tmcmc1.py

.. literalinclude:: ../examples/graph/tmcmc1.py
   :language: python

.. literalinclude:: ../examples/graph/tmcmc1.out
   :language: sh

tmcmc2.py

.. literalinclude:: ../examples/graph/tmcmc2.py
   :language: python

../examples/graph/tmcmc2.png

smtmcmc.py

.. literalinclude:: ../examples/sm/smtmcmc.py
   :language: python