Skip to content

Commit

Permalink
Update README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Apr 14, 2022
1 parent 813536e commit deaec84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.1.0] -2022-04-14

### Added

Expand Down
12 changes: 0 additions & 12 deletions README(JP).md

This file was deleted.

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Input of large size meshes is deprecated because it makes the analysis heavier.

![image](https://user-images.githubusercontent.com/23289252/163379419-40368cc4-8abd-40d0-94ca-d0a468796c57.png)

### Optimize Window
### Optimization Window

Double-click on the component icon to open the form for performing optimization.

Expand All @@ -89,9 +89,10 @@ Values that can be set and their meanings are as follows.

- Sampler
- Sets the algorithm to perform the optimization. The following types are available.
1. TPE (Tree-structured Parzen Estimator)
1. NSGA-II
1. CMA-ES
- All are optimization algorithms provided by Optuna.
1. TPE (Bayesian optimization)
1. NSGA-II (Genetic algorithm)
1. CMA-ES (Evolution strategy)
1. Random
- Number of trial
- This number of trials will be performed.
Expand Down Expand Up @@ -122,6 +123,7 @@ Values that can be set and their meanings are as follows.
- Open the folder where the file containing the optimization results is located. The results are stored under the name "Tunny_Opt_Result.db".
- Clear result file
- Deletes the optimization result file.
- If the value of the input changes, delete it if necessary, since optimization using a file containing the same name study will cause content conflicts and optimization will not be performed.
- Set restore model number
- The model with the number entered here is restored from the optimization results file and is the output of the component.
- The model number matches the tree structure of the output.
Expand All @@ -147,7 +149,7 @@ Or [pixivFANBOX](https://hiron.fanbox.cc/)
## License

Tunny is licensed under the [MIT](https://github.com/hrntsm/Tunny/blob/main/LICENSE) license.
Copyright© 2019-2021, hrntsm
Copyright© 2022, hrntsm

Release package is embedded Python runtime & optuna libraries.
These depend on their own licenses.

0 comments on commit deaec84

Please sign in to comment.