Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
defbeb5
OPT.BASE.FIX: missing `self` on `_initialization`
vellosok75 Oct 1, 2025
fd099f4
OPT.LEASTSQUARES.WIP: initial version of least-squares optimizer
vellosok75 Oct 1, 2025
061954d
OPTICSANLY.NOECO.WIP: initial version of NOECO class
vellosok75 Oct 1, 2025
83eb616
OPT.LEASTSQUARES.BUG: avoid division by zero
vellosok75 Oct 2, 2025
3833d6a
OPT.LEASTSQUARES.BUG: var used before assignment
vellosok75 Oct 2, 2025
368c1e8
OPT.LEASTSQUARES.ENH: include error sigma as weights
vellosok75 Oct 2, 2025
64aae9c
Apply suggestions from code review
vellosok75 Oct 2, 2025
367a6aa
OPT.LEASTSQUARES.ENH: print_ function automatically handling verbose …
vellosok75 Oct 2, 2025
3d398a6
OPT.LEASTSQUARES.ENH: avoid unnecessary recalculations w/ jacobian
vellosok75 Oct 2, 2025
c90ef7b
OPTICSANLY.NOECO.STY: remove underscore from methods names
vellosok75 Oct 2, 2025
699c81c
NOECO.ENH: raveling of OEORM, new properties & inclusion of gains tra…
vellosok75 Oct 8, 2025
342c807
OPT.LEASTSQUARES.ENH: add `rcond` param for singval selection
vellosok75 Oct 16, 2025
ac6adcc
OPT.LEASTSQUARES.ENH: require position for calculating jacobian
vellosok75 Oct 16, 2025
e3697bc
OPTICSANLY.NOECO.ENH: major refactor (BPMs & corrs. gains, jacobians,…
vellosok75 Oct 16, 2025
9c20a89
Merge branch 'dev/fix/adapt-loco-to-pyaccel' into sexts-calibration
vellosok75 Oct 17, 2025
2eaa15e
OPTANLY.NOECO.FIX: 4D tracking for tune and chrom correction
vellosok75 Oct 23, 2025
776ab07
OPTANLY.ENH: support OEORM block selection
vellosok75 Oct 23, 2025
29dc354
OPTANLY.NOECO.ENH: get initial optimization position from params met…
vellosok75 Oct 23, 2025
6312e59
OPTANLY.NOECO.FEAT: allows choosing whether or not to fit sextupoles
vellosok75 Oct 23, 2025
19134e7
OPTANL.WIP: @vellosok75 and @fernandohds564 partial revistion of code.
fernandohds564 Oct 23, 2025
73d07bb
OPT.LEASTSQUARES.ENH: make `calc_residual` an explicit function of `…
vellosok75 Oct 27, 2025
674f014
OPTANLY.NOECO.ENH: improvements in functions default args & `calc_res…
vellosok75 Oct 27, 2025
8b575bc
OPTANL.WIP: @vellosok75 and @fernandohds564 partial revistion of code.
fernandohds564 Oct 27, 2025
768e680
OPTANLY.NOECO: fix corr. gains jacobian & restore temporary logic for…
vellosok75 Oct 27, 2025
11f01a1
OPTANL.WIP: @vellosok75 and @fernandohds564 partial revistion of code.
fernandohds564 Oct 27, 2025
e65a005
OPTANLY.NOECO.ENH: OEORM blocks selection
vellosok75 Oct 30, 2025
efd7fb1
OPTANLY.NOECO.FEAT: new plotting features
vellosok75 Oct 30, 2025
ad7fd1c
OPTANLY.NOECO: include chromaticity fitting
vellosok75 Nov 11, 2025
8b0a40c
OPT.ANLY.ENH: include dipersion column weight & fix errorbar setting
vellosok75 Nov 19, 2025
3e598ca
Merge branch 'master' into sexts-calibration
vellosok75 Jan 12, 2026
93d6600
OPT.LEASTSQUARES.ENH: include tentative steps to LM loop
vellosok75 Jan 15, 2026
02dacde
OPT.LSTSQR.ENH: use squared error instead of MSQE as chi2
vellosok75 Mar 3, 2026
0e5d267
OPT.BASE.ENH: float type formatting in __str__ method
vellosok75 Mar 5, 2026
d34c8af
OPTANLY.NOECO.ENH: include default limits to initialization method
vellosok75 Mar 5, 2026
7dcace7
OPT.LSTSQ.DOC: add `__str__` method
vellosok75 Mar 5, 2026
4544858
OPT.BASE.ENH: force right alignment for strings in __str__ method
vellosok75 Mar 5, 2026
d0762d2
OPTANLY.NOECO.DOC: add `__str__` method
vellosok75 Mar 5, 2026
ebb2358
WIP (OPT.LEASTSQRS): include Tikhonovo/Ridge regularization
vellosok75 Mar 6, 2026
a1a1f4a
BUG (OPT.LEASTSQRS): avoid division by zero when LM damping param is …
vellosok75 Mar 10, 2026
284d2d7
ENH (LSTSQRS): handle tikhonov constants size
vellosok75 Mar 13, 2026
1ab61af
ENH (OPT.LSTSQRS): tikhonov regulariszation in parameter space
vellosok75 Mar 31, 2026
5329183
Merge branch 'master' into sexts-calibration
vellosok75 Apr 1, 2026
20e8e46
ENH (LSTSQRS) : add suport for additional regularizations
vellosok75 Apr 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading