Here a number of implementations of algorithms to find optimal values a in parameter space are explored.
parameter_optimization.ipynb: Jupyter notebook illustrating the hyperopt and the BayianOptimization module.continuous_process.py: Python script that takes x and y y values as--xand--yoptions, and prints the value of the function to optimize to standard output.hyperopt_imize.py: Illustrates using the hyperopt TPE algorithm to optimize the parameters for an application, i.e.,continuous_process.py.JuliaJobs: illustration of optimizing application parameters by running jobs and using the result.JuliaProcesses: illustration of optimizing application parameters by running processes.optuna: illustrations of using Optuna for hyperparameter optimization.