Inflation cli fix and parameter update (#12709)
update initial inflation parameter to reflect current design
This commit is contained in:
parent
4feead323d
commit
b3f695c83f
|
@ -22,7 +22,7 @@ pub struct Inflation {
|
||||||
__unused: f64,
|
__unused: f64,
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEFAULT_INITIAL: f64 = 0.15;
|
const DEFAULT_INITIAL: f64 = 0.08;
|
||||||
const DEFAULT_TERMINAL: f64 = 0.015;
|
const DEFAULT_TERMINAL: f64 = 0.015;
|
||||||
const DEFAULT_TAPER: f64 = 0.15;
|
const DEFAULT_TAPER: f64 = 0.15;
|
||||||
const DEFAULT_FOUNDATION: f64 = 0.05;
|
const DEFAULT_FOUNDATION: f64 = 0.05;
|
||||||
|
|
Loading…
Reference in New Issue