Add nelder-mead sampler #2431
Annotations
5 errors and 1 warning
build-and-test (ubuntu-latest, 3.10):
tests/unit_tests/test_nelder_mead_sampler.py#L20
TestNelderMeadAlgorism.test_put_value
AttributeError: 'NelderMeadAlgorism' object has no attribute '_num_waiting'
|
build-and-test (ubuntu-latest, 3.10):
tests/unit_tests/test_nelder_mead_sampler.py#L247
TestNelderMeadSampler.test_before_trial
AttributeError: <class 'aiaccel.hpo.samplers.nelder_mead_sampler.NelderMeadSampler'> does not have the attribute '_get_cooridinate'
|
build-and-test (ubuntu-latest, 3.10):
tests/unit_tests/test_nelder_mead_sampler.py#L264
TestNelderMeadSampler.test_get_coordinate
AttributeError: 'NelderMeadSampler' object has no attribute '_get_cooridinate'. Did you mean: '_get_coordinate'?
|
build-and-test (ubuntu-latest, 3.10):
tests/unit_tests/test_nelder_mead_sampler.py#L276
TestNelderMeadSampler.test_get_coordinate_out_of_range
AttributeError: 'NelderMeadSampler' object has no attribute '_get_cooridinate'. Did you mean: '_get_coordinate'?
|
build-and-test (ubuntu-latest, 3.10)
Process completed with exit code 1.
|
build-and-test (ubuntu-latest, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|