Skip to content

Commit

Permalink
nano
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso Comparin committed May 5, 2017
1 parent 2464809 commit bac1b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Thre optimization problems are considered:
+ class
+ solver
+ The problem of parameters fitting for a Generalized Linear Model (GLM):
+ [lib_generalize_linear_model.py](generalized_linear_model/lib_generalize_linear_model.py) defines a [Generalized Linear Model](https://en.wikipedia.org/wiki/Generalized_linear_model), for which one wants to perform maximum-likelihood estimation of the parameters.
+ [lib_generalize_linear_model.py](generalized_linear_model/lib_generalized_linear_model.py) defines a [Generalized Linear Model](https://en.wikipedia.org/wiki/Generalized_linear_model), for which one wants to perform maximum-likelihood estimation of the parameters.
+ [anneal_glm.py](generalized_linear_model/anneal_glm.py): performs a single simulated-annealing run, for the GLM problem.

0 comments on commit bac1b8b

Please sign in to comment.