Skip to content

Cormac0/MOOCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkage Synthesis Challenge Problem

This challenge problem is focused on synthesizing planar linkage mechanisms such that a specific output curve is traced using the mechanism. For this project you are tasked with synthesizing linkage mechanisms to trace 20 different output shapes. Further you are tasked with synthesizing mechanisms such that the total material used for the mechanisms in minimized.

Numbered Mechanism

Requirements For Python

  • Python >= 3.8
  • numpy
  • pymoo >= 0.6
  • matplotlib
  • scipy
  • scikit-learn
  • svgpath2mpl
  • tqdm

Run:

conda create -n <environment-name> 
conda install pip
pip install -r requirements.txt

to make the correct enivronment in conda

About

Multi-Objective Optimization Challenge Problem (MOOCP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%