User Details
User Details
- User Since
- Dec 11 2018, 3:14 PM (331 w, 6 d)
- Roles
- Disabled
May 27 2023
May 27 2023
initial commit
• s635r committed rOBSHYPPOPY6b0487022636: basic plugin structure via yapsy added (authored by • s635r).
basic plugin structure via yapsy added
• s635r committed rOBSHYPPOPY466e3a8fed11: added response to len() in DeepDict datastructure (authored by • s635r).
added response to len() in DeepDict datastructure
• s635r committed rOBSHYPPOPY0360b91a244f: Solver class exceptions and logs added (authored by • s635r).
Solver class exceptions and logs added
• s635r committed rOBSHYPPOPY013c07f8e789: added iris data parameter json file (authored by • s635r).
added iris data parameter json file
• s635r committed rOBSHYPPOPY5ee0674e1118: restructured, simple abstraction from hyperopt and optunity works on iris data (authored by • s635r).
restructured, simple abstraction from hyperopt and optunity works on iris data
deepdict package added
• s635r committed rOBSHYPPOPY3f667ab2f9fb: restructured plugin mechanism into two sub_plugins per plugin, solver and… (authored by • s635r).
restructured plugin mechanism into two sub_plugins per plugin, solver and…
Logging and comments update
• s635r committed rOBSHYPPOPY25fba9b08e70: Settings Plugins integrated, loading parameter from file is working (authored by • s635r).
Settings Plugins integrated, loading parameter from file is working
• s635r committed rOBSHYPPOPY1a71bcffeefd: bugfix json read crash when spaces in values (authored by • s635r).
bugfix json read crash when spaces in values
• s635r committed rOBSHYPPOPY30becacbdec7: factory reading config files directly works (authored by • s635r).
factory reading config files directly works
update requirements.txt
updated requirenments.txt
• s635r committed rOBSHYPPOPY4f27b2ca743e: restructured deepdict and fixed test issues (authored by • s635r).
restructured deepdict and fixed test issues
• s635r committed rOBSHYPPOPYf458a2068cff: added workflows, svc workflow is running, random forest ist still buggy due to… (authored by • s635r).
added workflows, svc workflow is running, random forest ist still buggy due to…
• s635r committed rOBSHYPPOPYc4b20404d2ac: paramobject as conversion helper added, bugfix for integer input in… (authored by • s635r).
paramobject as conversion helper added, bugfix for integer input in…
Singleton Baseclass added
workflow class and tests added
DataLoader base class added
• s635r committed rOBSHYPPOPYdfb26ab05720: hyperparameter set passing made consistent via ProjectManager (authored by • s635r).
hyperparameter set passing made consistent via ProjectManager
added help for -o arg
• s635r committed rOBSHYPPOPYb0ff72b2c8fa: removed f strings for better downward compatibility (authored by • s635r).
removed f strings for better downward compatibility
• s635r committed rOBSHYPPOPY8e0278ded339: unet_usecase load and preprocessing data added (authored by • s635r).
unet_usecase load and preprocessing data added
unetworkflow fully included
• s635r committed rOBSHYPPOPY18812d91a7e8: Added projectmanager, removed deepdict dependencies anywhere else (authored by • s635r).
Added projectmanager, removed deepdict dependencies anywhere else
• s635r committed rOBSHYPPOPYfa8977b1d54c: fixed tests to deal with output objects (authored by • s635r).
fixed tests to deal with output objects
• s635r committed rOBSHYPPOPY782ebd3cc6d3: added example for using hyppopy solver in another project (authored by • s635r).
added example for using hyppopy solver in another project
added simple result output
• s635r committed rOBSHYPPOPY5ce4df0b5d39: fixed path issue for executable python module (authored by • s635r).
fixed path issue for executable python module
added image registration workflow
Release 0.1.1
small changes
• s635r committed rOBSHYPPOPY738bdfbfa119: stabilized for variing configfile appearance, now custom section may not exists… (authored by • s635r).
stabilized for variing configfile appearance, now custom section may not exists…
small changes
ResultViewer added
• s635r committed rOBSHYPPOPY4f083300ec1f: bugfix dummy imageregistration usecase (authored by • s635r).
bugfix dummy imageregistration usecase
planning changed
• s635r committed rOBSHYPPOPY7c21880a93f0: classification performance script for simple built-in use cases added (authored by • s635r).
classification performance script for simple built-in use cases added
• s635r committed rOBSHYPPOPY1da79a532875: bugfix, return Error status when hyperopt fmin fails (authored by • s635r).
bugfix, return Error status when hyperopt fmin fails
• s635r committed rOBSHYPPOPYe4af39c95366: gridsearch plugin added, creating uniform, normal and log space implemented… (authored by • s635r).
gridsearch plugin added, creating uniform, normal and log space implemented…
Merge branch 'master' into dev
usecase tests added
• s635r committed rOBSHYPPOPY7ddcbc2ca9d9: randomsearch now draw a real random sample at each iteration (authored by • s635r).
randomsearch now draw a real random sample at each iteration
Release 0.3.0
Release 0.3.2
• s635r committed rOBSHYPPOPY26adefe69101: bugfix hp.normal expects mu and sigma, range was given (authored by • s635r).
bugfix hp.normal expects mu and sigma, range was given
small changes in performance test
added gridsearch plugin
randomsearch plugin added
• s635r committed rOBSHYPPOPY1eba3b125e18: Merge branch 'master' into randomsearch_improve (authored by • s635r).
Merge branch 'master' into randomsearch_improve
• s635r committed rOBSHYPPOPY819c56e230b5: bugfix random search normal sampler and optunity plugin crash when no… (authored by • s635r).
bugfix random search normal sampler and optunity plugin crash when no…
Merge branch 'master' into dev
bugfix hyperopt normal mu setting
• s635r committed rOBSHYPPOPY0dae829d6ee8: bugfix random sampling range check (authored by • s635r).
bugfix random sampling range check
virtual function modul added
• s635r committed rOBSHYPPOPY6b9a9c5b2a26: virtual function and quality_test script added (authored by • s635r).
virtual function and quality_test script added
version update
tutorials added
• s635r committed rOBSHYPPOPY725810d0a4b5: Bugfixes Gridsearch solver, tutorial added (authored by • s635r).
Bugfixes Gridsearch solver, tutorial added
randomsolvertests
virtual function tutorial added
hyperopt and optunity tests
Merge branch 'dev'
• s635r committed rOBSHYPPOPY78bd465f299c: solver structure changed, plugin behaviour removed, more general blackbox… (authored by • s635r).
solver structure changed, plugin behaviour removed, more general blackbox…
• s635r committed rOBSHYPPOPY6fdac80f670f: hyppopyproject class upgrade and tutorial added (authored by • s635r).
hyppopyproject class upgrade and tutorial added
jenkins test suite adaptions
• s635r committed rOBSHYPPOPYfbf1ff6627ea: small changes in custom visualization tutorial (authored by • s635r).
small changes in custom visualization tutorial
• s635r committed rOBSHYPPOPY584e1427e05c: custom visualization tutorial added (authored by • s635r).
custom visualization tutorial added
• s635r committed rOBSHYPPOPYa665467d3abc: update custom visualization tutorial (authored by • s635r).
update custom visualization tutorial
hyppopyproject tests added
SolverPool added
• s635r committed rOBSHYPPOPY3958eddd1919: update custom visualization tutorial (authored by • s635r).
update custom visualization tutorial
optuna solver added
update mulisolver
BayesOpt Solver added
added solvercomparison script
• s635r committed rOBSHYPPOPY525eeb987729: Code care, warnings, asserts added (authored by • s635r).
Code care, warnings, asserts added
dependency check, setup update
markdown tutorial added
• s635r committed rOBSHYPPOPYa6bd5ceec026: warning added when no custom section was added instead of crashing (authored by • s635r).
warning added when no custom section was added instead of crashing
• s635r committed rOBSHYPPOPYfceddecd7dd3: bugfix, hyperopt range check and clipping added (authored by • s635r).
bugfix, hyperopt range check and clipping added
solver cleanup
bugfix requirements
dependency removed
release 0.4.0.1
release 0.4.0.2
• s635r committed rOBSHYPPOPY0d6cad67aea5: bugfix loss_function_call, tests improved (authored by • s635r).
bugfix loss_function_call, tests improved
license update
README changed
May 15 2019
May 15 2019
• s635r committed rOBSHYPPOPYfac8b4136ede: code coverage solverpool increased (authored by • s635r).
code coverage solverpool increased
code coverage increased
• s635r committed rOBSHYPPOPY407a1355807b: testcoverage HyppopySolver increased (authored by • s635r).
testcoverage HyppopySolver increased
tests update
comments added
comments updates
comments update
May 14 2019
May 14 2019
Release 0.5.0.1
Merge branch 'dev'
• s635r committed rOBSHYPPOPYc8286907dd9c: Merge branch 'dev' of github.com:MIC-DKFZ/Hyppopy into dev (authored by • s635r).
Merge branch 'dev' of github.com:MIC-DKFZ/Hyppopy into dev