Skip to content

NSGA-II and NSGA-III Settings #197

Answered by hrntsm
alithearchitect asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @alithearchitect, Thank you for your interest.

Population size, as written, can be set from the following

Tunny does not have a section to set the generation directly, but it can be set using the Number of trials below.
For example, if the population size is 25 and the Number of trials is 100, optimization will be performed up to 4 generations (100/25 = 4).

This is related to the fact that Tunny can finish the optimization once and then run it again using the results.
Although not visible in Tunny, each trial is assigned a generation number and information about the individual numbers within that generation. Therefore, if optimization is stopped and then continued, the information ca…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alithearchitect
Comment options

Answer selected by alithearchitect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants