SolverParameters v0.1.1
Merged pull requests:
- Implemetation of domains for parameters (#1) (@MonssafToukal)
- Add algorithmic parameters implementation (#2) (@MonssafToukal)
- fix float32 issues with domains (#4) (@MonssafToukal)
- bugfix: name collision on epsilon method (#6) (@MonssafToukal)
- Add unit tests to module (#7) (@MonssafToukal)
- fix issues reported (#14) (@MonssafToukal)
- change uuid of package (#15) (@MonssafToukal)
- Fix domain types + name of parameter is empty by default (#17) (@MonssafToukal)
- Fix docstring (#19) (@tmigot)
- Add
length
,update
andvalues
for numerical values (#20) (@tmigot) - Up docstring for domains and allow more types for categorical variables (#21) (@tmigot)
- Change uuid in doc (#23) (@tmigot)
- Reorganize files (#24) (@tmigot)
- Return bounds for numerical values only (#25) (@tmigot)
- review
convert
and addin
(#27) (@tmigot) - Rename
update
asset_values
(#30) (@tmigot) - Review docstring for
Parameter
(#31) (@tmigot) - fix float to bool conversion in parameters (#36) (@MonssafToukal)
- Add subset methods (#38) (@tmigot)
- Add
values_num
function (#39) (@tmigot) - Add unit test for subset selection (#41) (@tmigot)
- Add rand (#43) (@tmigot)
- Update make.jl to try deploy the doc (#45) (@tmigot)
- Review docstring (#46) (@tmigot)
- Add example doc (#47) (@tmigot)
- Upgrade tutorial (#48) (@tmigot)
- Increase coverage to 100% (#49) (@tmigot)
- Fix rand generator (#52) (@tmigot)
- Up doc example (#54) (@tmigot)
- Update make.jl (#56) (@tmigot)
- Update CI according to JSOTemplate (#58) (@tmigot)
- Fix link for documentation (#60) (@tmigot)
- Add basic readme (#61) (@tmigot)
- Add structure to define default parameters (#64) (@tmigot)
Closed issues:
- Improve constructor for BinaryRange domains (#8)
- Add Helper functions for AbstractParameterSet type (#9)
- change new_value method to force type of new value to be of correct type (#10)
- Add a function
length
(#11) lower_bounds
andupper_bounds
withAbstractParameterSet
(#12)- Add another constructor without domain (#13)
- Replace docstring examples by
jldoctests
(#33) - TagBot trigger issue (#62)