Jasper Bussemaker

Results 7 issues of Jasper Bussemaker

Currently, if a convert function is given to the FixedLengthArray class, the default value is not passed through this convert function. This gives a problem when defining a new problem...

First of all, thank you for your package! Apart from 2 issues I found (of which this is one), everything works very well! I was getting a IOError when generating...

When trying to create an optimal LHC sampling plan for k>2, I am getting an IndexError from numpy in the samplingplan.perturb function. Upon closed inspection, this seems to be happening...

**Is your feature request related to a problem? Please describe.** Working with enumerations (subclasses of `EnumDefinitionImpl`) can be frustrating, especially when already used to how the native Python Enum classes...

enhancement
generator-dataclasses
linkml-runtime
community-generated

Found a bug where `InactiveHyperparameterSetError` refers to the wrong hyperparameter when using `config.is_valid_configuration()`. Reproduce (ConfigSpace 0.7.1): ```python from math import nan from ConfigSpace import ConfigurationSpace, CategoricalHyperparameter, UniformFloatHyperparameter, \ EqualsCondition, Configuration,...

Python 3.9.18, jsonpatch 1.33 I came across an issue where sometimes the order of the created patch operations is wrong: ```python src_obj = {'a': [{'id': [1]}, {'id': [2]}], 'b': [{'id':...

- Enable sharing the optimization problem to other people (e.g. for inspection or feedback) - Allow removing or stopping/killing of optimization problems - Improve insight in infill points generated by...