pruner_optimize_tc.cpp File Reference
#include "fplll.h"
This graph shows which files directly or indirectly include this file:
Macros | |
#define | BALANCE_HEURISTIC_PRUNER_OPTIMIZE |
#define | ND_ALPHA 1 |
#define | ND_GAMMA 2 |
#define | ND_RHO 0.5 |
#define | ND_SIGMA 0.5 |
#define | ND_INIT_WIDTH 0.01 |
Macro Definition Documentation
◆ BALANCE_HEURISTIC_PRUNER_OPTIMIZE
#define BALANCE_HEURISTIC_PRUNER_OPTIMIZE |
◆ ND_ALPHA
#define ND_ALPHA 1 |
Optimize b with Nelder-Mead method. Following the notation of https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method
◆ ND_GAMMA
#define ND_GAMMA 2 |
◆ ND_INIT_WIDTH
#define ND_INIT_WIDTH 0.01 |
◆ ND_RHO
#define ND_RHO 0.5 |
◆ ND_SIGMA
#define ND_SIGMA 0.5 |