| 86 | == Exporting Solutions == |
| 87 | Solutions for symbolic regression or classification problems can be exported in different formats to make it possible to use the discovered formulas in other software. Currently we only support three textual export formats for data analysis models: MATLAB, LaTeX, and a generic prefix symbolic expression tree notation. However, it is very easy to implement you own formatter if necessary. |
| 88 | |
| 89 | The export functionality can be accessed via the `ViewHost` icon of the model view as shown in the screenshots below. |
| 90 | 1. Select the model of the discovered solution. The default view for the model shows the tree in a graphical form. |
| 91 | 2. By right-clicking the `ViewHost` icon the view displaying the model can be switched from the `Graphical Representation` to the `Textual Representation` |
| 92 | 3. Select the desired export format in the drop-down box. |
| 93 | |
| 94 | [[Image(http://dev.heuristiclab.com/trac/hl/core/raw-attachment/wiki/Genetic%20Programming/model_export1.png, width=300)]] |
| 95 | |
| 96 | [[Image(http://dev.heuristiclab.com/trac/hl/core/raw-attachment/wiki/Genetic%20Programming/model_export2.png, width=300)]] |
| 97 | |
| 98 | [[Image(http://dev.heuristiclab.com/trac/hl/core/raw-attachment/wiki/Genetic%20Programming/model_export3.png, width=300)]] |
| 99 | |
| 100 | |