zorocrit / qhackathon-2023

qhackathon 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qhackathon-2023

CODE REVIEW

Result: Problem Function to Find tau, N value

Initialize the optimizer with starting values of theta anf phi

while not converged do
  Run the Optimizer for a fixed number of iterations or until convergence
  Obtain the optimized values of tau and N
  Calculate the loss function using the optimized values
  if the new loss is lower than the previous loss then
    accept the new values of theta and phi
  else
    reject the new values and keep the previous values
  end
  return the optimized values of tau and N
end

About

qhackathon 2023


Languages

Language:Jupyter Notebook 82.1%Language:Python 14.9%Language:TeX 3.0%