Tunny icon indicating copy to clipboard operation
Tunny copied to clipboard

🐟Tunny🐟 is Grasshopper's optimization component using Optuna, an open source hyperparameter auto-optimization framework.

Results 10 Tunny issues
Sort by recently updated
recently updated
newest added

### Expected behavior Python Installer pop-up is not happening and then hit run optimize shows "No module named Optuna". Moreover, I see this forum "Automatic python library download using pip...

bug

### Expected behavior I assume I'd see the dashboard open as it did with previous versions on Tunny. This is the error I get: ![Screenshot 2024-05-13 140334](https://github.com/hrntsm/Tunny/assets/155990090/a28ed6c7-18d6-47d5-9612-39f15605d962) ### Environment -...

bug

### Motivation I want to improve the handling of Fish. ### Description Reimplement fish to wrap Trial ### Alternatives (optional) _No response_ ### Additional context (optional) _No response_

enhancement

![image](https://github.com/hrntsm/Tunny/assets/31615908/c37131e5-3d95-4525-ac4c-4bf06a0bcf3a) I have had issues with running tunny in a large code. Created a very simple Grashopper-script to try. The image shows the error message.

bug

## Describe the bug In GrasshopperInOut.cs, SetInputSliderValues(List variables), `double eps = Convert.ToDouble(slider.Slider.Epsilon); ` is always 1. It should be calculated as in SetGenepoolValues(List variables) when not an integer: ```csharp private...

## Is your feature request related to a problem? Please describe. When performing a long optimization, it would be helpful to receive an email or other notification when the optimization...

enhancement
contribution-welcome

## Is your feature request related to a problem? Please describe. Even in log format, if the extension is set to db by mistake, problems will occur when referring to...

enhancement
contribution-welcome

## Is your feature request related to a problem? Please describe. I want to easily visualize the results of constrained optimization. ## Describe the solution you'd like Update FishMarket to...

enhancement
contribution-welcome

### Expected behavior Pareto front diagram in 3d is displayed when 3 objective function. This seems to have occurred in v0.12. ### Environment - OS: - Rhino version: - Tunny...

bug

Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...

dependencies