https://github.com/krishna-sivakumar/morpho-gh
A Grasshopper plugin that generates optimal solutions using a genetic algorithm.
https://github.com/krishna-sivakumar/morpho-gh
csharp genetic-algorithm grasshopper rhino3d
Last synced: 2 months ago
JSON representation
A Grasshopper plugin that generates optimal solutions using a genetic algorithm.
- Host: GitHub
- URL: https://github.com/krishna-sivakumar/morpho-gh
- Owner: Krishna-Sivakumar
- Created: 2024-11-04T03:46:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-31T14:56:17.000Z (9 months ago)
- Last Synced: 2025-10-31T16:08:58.547Z (9 months ago)
- Topics: csharp, genetic-algorithm, grasshopper, rhino3d
- Language: C#
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morpho: A Grasshopper Plugin for Genetic-Algorithm Search
Morpho is a grasshopper plugin to generate genes and filter through populations with a particular fitness function.
Results are saved to an SQLite file and a CSV file locally.
## Installation:
For Rhino 7, Download `morpho-net48.zip` from the latest release on the Releases tab.
For Rhino 8, Download `morpho-net7.0.zip` from the same location as above.
Extract the contents of the zip into a new folder, and copy the folder into the Grasshopper `components` folder.