Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0875189

Browse files
committed
Version 2022.28.
Centroid is now calculated using "leaky integrator" averaging which increases its momentary precision, at minimal overhead increase. Made changes to solution generator 1. Made changes to solution generator selector logic (partly reversed to version 2022.24). Made some code rearrangements.
1 parent 96eb99d commit 0875189

10 files changed

Lines changed: 256 additions & 284 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ solution which can be cross-checked with other solvers, but a solution of a
163163
new unexplored function must be treated as "asymptotically optimal".
164164

165165
Also note that in some problem areas like [ESA GTOP](https://www.esa.int/gsp/ACT/projects/gtop/)
166-
problem suite the attempt budget should be as high as 500 or more (beside
167-
using the BiteOptDeep depth of at least 8). At the same time, iteration budget
168-
per attempt can be kept moderate (500000), compared to usual techniques used
166+
problem suite the attempt budget should be as high as 1000 or more (beside
167+
using the BiteOptDeep depth of at least 6). At the same time, iteration budget
168+
per attempt can be kept moderate (250000), compared to usual techniques used
169169
to solve it. Despite a large attempt budget, on a 8-core processor, this still
170170
allows one to get good (not necessarily best-known) solutions in a matter of
171171
minutes per problem.

0 commit comments

Comments
 (0)