Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrntsm/tunny
🐟Tunny🐟 is Grasshopper's optimization component using Optuna, an open source hyperparameter auto-optimization framework.
https://github.com/hrntsm/tunny
csharp grasshopper3d hyperparameter-optimization optimization
Last synced: 5 days ago
JSON representation
🐟Tunny🐟 is Grasshopper's optimization component using Optuna, an open source hyperparameter auto-optimization framework.
- Host: GitHub
- URL: https://github.com/hrntsm/tunny
- Owner: hrntsm
- License: mit
- Created: 2022-03-21T14:34:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T04:16:03.000Z (16 days ago)
- Last Synced: 2024-12-30T05:21:46.475Z (16 days ago)
- Topics: csharp, grasshopper3d, hyperparameter-optimization, optimization
- Language: C#
- Homepage: https://tunny-docs.deno.dev/
- Size: 6.99 MB
- Stars: 58
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
:fish:**Tunny**:fish: is Grasshopper's optimization component using Optuna, an open source hyperparameter auto-optimization framework.
The following is taken from the official website
> Optuna™, an open-source automatic hyperparameter optimization framework, automates the trial-and-error process of optimizing the hyperparameters. It automatically finds optimal hyperparameter values based on an optimization target. Optuna is framework agnostic and can be used with most Python frameworks, including Chainer, Scikit-learn, Pytorch, etc.
>
> Optuna is used in PFN projects with good results. One example is the second place award in the [Google AI Open Images 2018 – Object Detection Track](https://www.preferred.jp/en/news/pr20180907/) competition.Optuna official site
- https://optuna.org/
## :tropical_fish: Install
First, Tunny runs on Windows only.
1. Download Tunny from [food4rhino](https://www.food4rhino.com/app/tunny) or [release page](https://github.com/hrntsm/tunny/releases)
1. Right-click the file > Properties > make sure there is no "blocked" text
1. In Grasshopper, choose File > Special Folders > Components folder. Move Tunny folder you downloaded there.
1. Restart Rhino and Grasshopper
1. In Grasshopper, Place the Tunny component and double-click the icon to start downloading the necessary libraries.
1. Enjoy!## :sushi: Support
This software is being updated with your support.
If you like this software, please donation.[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/G2G5C2MIU)
## :blowfish: License
Tunny is licensed under the [MIT](https://github.com/hrntsm/Tunny/blob/main/LICENSE) license.
Copyright© 2022, hrntsmTunny use TT-DesignExplorer & Python runtime & some python packages.
These depend on their own licenses.
Please see PYTHON_PACKAGE_LICENSE for more license information.## :dolphin: Usage
### :speedboat: Quick usage
https://user-images.githubusercontent.com/23289252/178105107-5e9dd9f7-5680-40d4-97b0-840a4f1f329c.mp4
### :whale: More details
Please see Tunny documentation page.
- https://tunny-docs.deno.dev/
## :surfer: Contact information
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/hiron_rgkr)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/hiroaki-natsume-20a22118b/)- HP : [https://hiron.dev/](https://hiron.dev/)
- Mail : support(at)hrntsm.com
- change (at) to @
- Postings to [the discussion page](https://github.com/hrntsm/Tunny/discussions) are also welcome.