Added
- Add *MixedObjective* class, a list-like object that represent the sum of
objectives. Support "+" operartor.
- *Objective* support "+" operator and returns a *MixedObjective*.
- *BaseObjective* have *lastv* attribute that return the last computed objective
value.
- *BaseObjective* have a *name* string attribute.
- Add a CHANGELOG.md file.
Changed
- rename *lastv* to *lastgv*.
- rename *calc_objv* to *calc_fun*
- rename *init* to *x0* like in scipy.