Tyler H Chang

Results 18 issues of Tyler H Chang

Some of the DTLZ function have not been implemented in the objectives library: - DTLZ4 - DTLZ5 - DTLZ6 - DTLZ7 - DTLZ8 - DTLZ9 Additionally, the problems - DTLZ8...

bug
good first issue

Currently, ParMOO minimizes all objectives and treats all constraints as upper bounds (

enhancement

Currently, the ``MOOP.solve()`` method can only be terminated based on number of iterations. Additional optional arguments should be added, supporting stopping due to: - total simulation budget reached (perhaps even...

enhancement

Unit test suite is unorganized, and many unit tests are difficult to read. This is due to many of the unit tests being written early-on in the development cycle, before...

enhancement
good first issue

Due to rapid development and interface changes, the unit tests contain significant duplicate code. This could be reduced by 1) Using built-in utilities from ``parmoo.util`` instead of checking things by...

enhancement
good first issue

Hi all -- I am interested in running the multiobjective variation of this benchmark and encountered the following issues, please advise: 1. For the hypervolume metric to be comparable across...

Major refactor to support the usage of jax for gradient propagation. Nearly all files touched. The following interface-breaking were introduced, in addition to the jax-ification of all commands on the...

We need to add version requirements / pins (same as in `REQUIREMENTS.txt`) to the `install_requires`, `tests_requires`, and `extras_require` lists in the `setup.py` file. See discussion here: https://github.com/parmoo/parmoo-solver-farm/pull/4

bug