octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63326] Octave Forge ga package/function outpu


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #63326] Octave Forge ga package/function output unbounded results
Date: Mon, 7 Nov 2022 08:53:20 -0500 (EST)

Follow-up Comment #2, bug #63326 (project octave):

Hi John, I would also recommend you to verify if other constraints are
actually applied.  

I place a brutal work around in __ga_problem__ near Line 80 to get around the
issue. It is a wrong way to fix this UB/LB issue.  

NextPopulation=min(max(NextPopulation, LB), UB);

Thanks, 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63326>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]