[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63326] [octave forge] (ga) ga function output
From: |
Liang Tang |
Subject: |
[Octave-bug-tracker] [bug #63326] [octave forge] (ga) ga function output unbounded results |
Date: |
Wed, 9 Nov 2022 09:15:41 -0500 (EST) |
Follow-up Comment #3, bug #63326 (project octave):
I think the more correct ga options for the simple example below should be
ga_options = gaoptimset('Generations', 100, 'PopulationSize', 30,
'PopInitRange', [LB,UB], 'Vectorized', 'off');
Without any workaround, the output remains the same, x=0. Thanks.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63326>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/