Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 508 Bytes

J3Py

J3Py is archived and is no longer maintained.

J3Py provided a Python interface for launching J3, our 3D visualization tool. The latest version of J3 publishes installers for Windows, Linux, and Mac, which is our recommended way to install J3.

Using Rhodium, we can then save the output to a CSV or other supported file, which can then be opened with J3.

output = optimize(model, "NSGAII", 10000)
output.save('optimization_results.csv')