From c1de129fe18c00de4f34ea59e651633a9f0b18dc Mon Sep 17 00:00:00 2001 From: Rafael Pastrana Date: Thu, 9 May 2024 11:03:31 -0400 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37c0f3a..0f5f6bf 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jax-fdm.svg)](https://pypi.python.org/project/jax-fdm) -A differentiable, hardware-accelerated framework for inverse form-finding in structural design. +A differentiable, hardware-accelerated framework for constrained form-finding in structural design. > Crafted with care in the [Form-Finding Lab](http://formfindinglab.princeton.edu/) at [Princeton University](https://princeton.edu) ❤️🇺🇸 ![](images/jax_logo.gif) -JAX FDM enables the solution of inverse form-finding problems for discrete force networks using the force density method (FDM) and gradient-based optimization. +JAX FDM enables the solution of inverse problems for the form-finding of discrete force networks using the force density method (FDM) and gradient-based optimization. It streamlines the integration of form-finding simulations into deep learning models for machine learning research. ## Key features @@ -53,7 +53,7 @@ conda activate jaxenv Next, install COMPAS and COMPAS VIEW2 via `conda`: ```bash -conda install -c conda-forge compas compas_view2==0.7.0 +conda install -c conda-forge compas==1.17.10 compas_view2==0.7.0 ``` Finally, install JAX FDM with a one-liner via `pip`: