Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GAソルバーを実行すると、次の警告が表示されます。これはどういう意味ですか?どのような行動を取るべきですか、それとも単に無視しますか?
警告:上限の長さは> length(x);です。余分な境界を無視します。
これは、未知の変数 nvars よりも多くの上限 ub(i) を指定したことを意味します。余分な ub(i) は GA によって無視されます。