Skip to content

Releases: thomasWeise/moptipy

fixed bug with 0 goal objective

20 Dec 10:04
Compare
Choose a tag to compare

fixed bug with 0 goal objective

added objective value frequency evaluation tool

24 Nov 10:35
Compare
Choose a tag to compare

added objective value frequency evaluation tool

Some Restarting Algorithms Now Log their Restarts

17 Nov 04:36
Compare
Choose a tag to compare

Some restarting algorithms, including Bi-Pop CMA-ES and the Luby restarter now log their restarts.

making nparrayspace to_str method overwritable

03 Nov 05:51
Compare
Choose a tag to compare

making nparrayspace to_str method overwritable

Added get_log_basename to Process API

01 Nov 11:38
Compare
Choose a tag to compare

Added get_log_basename to Process API

This allows an algorithm to, e.g., generate additional files or directories based on the base name of the log file to store stuff.

Version Stepping of Dependencies

26 Oct 10:27
Compare
Choose a tag to compare

Version Stepping of Dependencies

Requirements stepping now also in setup.cfg and pyproject.toml

14 Oct 23:32
Compare
Choose a tag to compare

Requirements stepping now also in setup.cfg and pyproject.toml

Version Stepping of Dependencies and Corresponding Changes

14 Oct 21:10
Compare
Choose a tag to compare

The dependencies are now on the newest versions.
Some changes to the code base have resulted from updated static code checkers.

Removed Numba from Operators

09 Sep 02:46
Compare
Choose a tag to compare

There has been no activity on issue numba/numba#9103.
This means that all experiments using numpy's random.Generator as parameter of a numba-annotated function will crash.
They will crash due to a memory leak in numba and they will crash without notice or output, often taking the bash shell down with them.
Therefore, for now, all the annotations of the kind

@numba.njit(cache=True, inline="always", fastmath=True, boundscheck=False)

before the search operators have been removed.
We will take the performance hit here and wait until the issue is resolved.

minor improvements

12 Aug 10:28
Compare
Choose a tag to compare

minor improvements