Unverified Commit e289ddd2 authored by rv's avatar rv Committed by GitHub

Update PolysemousTraining.h

just fixed a typo
parent f28ac00f
......@@ -25,7 +25,7 @@ namespace faiss {
struct SimulatedAnnealingParameters {
// optimization parameters
double init_temperature; // init probaility of accepting a bad swap
double init_temperature; // init probability of accepting a bad swap
double temperature_decay; // at each iteration the temp is multiplied by this
int n_iter; // nb of iterations
int n_redo; // nb of runs of the simulation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment