.. _files_generated_by_comp_script:

Files Generated by Comp Script
=================================
    
This section discusses how the comp script saves files to disk, if you want to see a full :ref:`comp_script` example using a :ref:`tut_script` try :ref:`builtin_tut_example`.
    
Output from an :ref:`comp_script` called 'builtin_tut_example_comp.pyml' are as follows:-
    
.. code-block:: console
    
    builtin_tut_example_comp.pyml_output/
        _temp
        dense
        re_fit
        re_gen
        builtin_tut_example_dense_grph.pyml
        builtin_tut_example_dense_grph.pyml.run.main.log
        
The '_temp' folder contains the temporary functions generated by |popy|. 

The 'dense' folder contains the |pk| curve plots of fitted vs true |fx| and the synthetic data. These plots are generated by the 'builtin_tut_example_dense_grph.pyml' :ref:`grph_script`.

The 're_fit' folder contains the output from optimising the |rx| when computing the fitted |fx| objective function. 

The 're_gen' folder contains the output from optimising the |rx| when computing the true |fx| objective function. 

  


