may_ozerov

class cryptographic_estimators.SDEstimator.SDWorkfactorModels.may_ozerov.MayOzerovScipyModel(par_names: list, problem: SDProblem, iterations, accuracy)

Bases: ScipyModel

Optimization model for workfactor computation of May-Ozerov algorithm in depth 3 using May-Ozerov nearest neighbor search.

Parameters:
  • par_names (list) – List of parameter names.

  • problem (SDProblem) – The problem instance.

  • iterations (int) – Number of iterations.

  • accuracy (float) – Desired accuracy.

get_time_memory_and_parameters(parameters=None)