A slight increase in the amount of fitness value when the goal is to minimize #186
              
                Unanswered
              
          
                  
                    
                      zsbeheshti
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| PyGAD only works for maximization problems. Please formulate the fitness function to be a maximization function instead. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I use PyGAD for minimization (so I multiply the fitness function by the negative); Therefore, as the generations go forward, the fitness value of the best solution should decrease. But sometimes it increases by about 0.00000005 compared to the previous output. What is the reason?
Regards
Beta Was this translation helpful? Give feedback.
All reactions