arpastrana / compas_cem

Inverse design of 3D truss networks with automatic differentiation
https://arpastrana.github.io/compas_cem
MIT License
37 stars 7 forks source link

Implement `__str__` and `__repr__` methods for all objects #6

Closed arpastrana closed 3 years ago

arpastrana commented 3 years ago

Implement __str__ and __repr__ methods to make it easier to identify the object one works within Grasshopper. These should include diagrams, elements, loads, supports, constraints, parameters, and the optimizer.

arpastrana commented 3 years ago

Only implemented __repr__. Closed with c53e1dd963a798cd7a7a4c775c897ab0148a9c42.