una-dinosauria / Rayuela.jl

Code for my PhD thesis. Library of quantization-based methods for fast similarity search in high dimensions. Presented at ECCV 18.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose all parameters

una-dinosauria opened this issue · comments

We want to do automatic alg. configuration, and for that we need to expose all the hyperparameters to the top. Coming to mind right now are

  • Whether to sample with or without replacement when perturbing the solution
  • Whether to initialize with OPQ/OTQ or neither.
  • Whether to reset the Bs after each iteration during OTQ/LSQ training.