Code enhancement#162
Draft
jchiquet wants to merge 58 commits into
Draft
Conversation
Ajoute un optimiseur Newton diagonal coordonné (sans NLopt) pour les modèles PLN standard et ZIPLN, activable via PLN_param(config_optim = list(algorithm = "NEWTON")) ZIPLN_param(config_optim = list(algorithm = "NEWTON")) PLN (`nlopt_optimize_newton`, `nlopt_optimize_vestep_newton`) : - Newton diagonal pour B et M avec backtracking Armijo - Fixed-point exact pour logS : logS* = -0.5 log(Omega_jj + A_ij) - Guard overflow élément par élément : logS <= 0.5 log(max(1, 700-Z)) - Gains sur oaks : +38 loglik, 36% plus rapide que CCSAQ ZIPLN (`optim_zipln_M_S_newton`) : - Même approche, hessien diagonal ajusté pour le masque ZI - Défaut : CCSAQ conservé (Newton donne de mauvais optima locaux sur données très sparse) - Guard de covariance "covar" : substitue CCSAQ avant d'appeler NLopt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…log(S²) is used for optim)
…iational variance -> optimize log(S²)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.