Younghun Go
Results
2
issues of
Younghun Go
hello. While looking at the simulator code, I have a question. While looking at the SRTF code (def shortest_first_sim_jobs(...)) in run_sim.py, I saw that the execution time including overhead was...
I'm the newby of Bayesian optimization. From the [paper](https://www.cs.ox.ac.uk/people/nando.defreitas/publications/BayesOptLoop.pdf), I learned that Bayesian optimization can be expressed using the following formula. $$x^*=argmax_{x\in\mathcal{X}}f(x)$$ I'm wondering whether the following formula can be...