Tgk Optimization Export Options¶
🟣 Max 📌 Advanced
CreateOptimizationBatchExportOptions · Component\_15_Optimize\Comp_OptimizationBatchExport.cs
Create batch export options for optimization results.
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Title | T | string | Export title. |
| Directory | D | string | Output directory for exported files. |
| Write Files | W | bool | Write files to disk. |
| Pareto Only | P | bool | Export only Pareto candidates. |
| All Generations | G | bool | Include all generations instead of only the final population. |
| Top Count | TC | int | Optional top-N limit after ranking. 0 exports all selected candidates. |
| HTML | H | bool | Include HTML output. |
| CSV | CSV | bool | Include CSV output. |
| JSON | J | bool | Include JSON output. |
| bool | Include PDF output when writing files. |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Summary | S | string | Export summary. |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Options | O | Optimization batch export options. |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)