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

J3 for Python - Launches the J3 viewer from Python

Notifications You must be signed in to change notification settings

Project-Platypus/J3Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

Releases

No releases published

Packages

No packages published

Languages