diff --git a/README.md b/README.md index 981fef7..a7ae7bf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ same six-page structure (Home, Publications, People, News, Projects, Contact). index.html Home — bio, positions, education, service publications.html All 38 publications (2015–2026), from your CV people.html Students supervised, examinerships, collaborators -news.html Empty for now — see comment in the file for how to add items +news.html Index of the Computational Mathematics Research Digest +news/ Permanent pages for individual weekly digest issues projects.html CodeLaTeX, claude-latex-skill, outreach/video content contact.html Emails, offices, ORCID/Scopus/WoS/Scholar, social links style.css All styling (one shared stylesheet) @@ -33,9 +34,8 @@ Everything on the site is now sourced from your CV (March 2026) or from things y button. If that changes later, just ask and I'll build a public-safe version. Smaller open items: -- **news.html** is intentionally empty (you said no news for now). There's a commented template - in the file itself for when you're ready to add the first item — natural first entries would be - the October 2025 promotion/appointment or the January 2026 Sultan Qaboos University talk. +- **news.html** now indexes the weekly Computational Mathematics Research Digest. Each issue has a + permanent, shareable page under `news/`, with newest issues displayed first. - **projects.html** — CodeLaTeX is marked "in development" with no public link, per your note that it's still under construction. Ask and I'll add a repo/demo link once it's ready to share. @@ -75,8 +75,12 @@ authors/title/venue/link, and renumber every `[N]` paper = highest number, shown first — the `reversed` attribute on the `
    ` just controls the visual counting direction, so the numbers themselves still need to be right). -**New student / news item / project** — copy the relevant block (`.person`, `.news-item`, or -`.project`) in the corresponding page and edit the text. No other page needs to change. +**New digest issue** — copy `news/digest-template.html`, rename it using +`YYYY-MM-DD-computational-mathematics-digest.html`, replace the placeholders, and add a new +`.digest-card` at the top of `news.html`. Update the previous issue's “Newer issue” navigation link. + +**New student / project** — copy the relevant `.person` or `.project` block in the corresponding +page and edit the text. No other page needs to change. ## Custom domain (optional) diff --git a/news.html b/news.html index 9a8419e..953439e 100644 --- a/news.html +++ b/news.html @@ -4,6 +4,7 @@ Hassan Mohammad — News + @@ -29,20 +30,43 @@
    -

    Updates

    -

    News

    +

    Weekly research briefing

    +

    Computational Mathematics Research Digest

    +

    A critical weekly selection of worthwhile papers, preprints, and technical reports in numerical optimization, numerical linear algebra, nonlinear least squares, and nonlinear equations. Each issue explains why the work matters and where to begin reading.

    -

    Nothing posted yet — check back soon.

    +
    + - + + + +
    diff --git a/news/2026-08-14-computational-mathematics-digest.html b/news/2026-08-14-computational-mathematics-digest.html new file mode 100644 index 0000000..f6861b5 --- /dev/null +++ b/news/2026-08-14-computational-mathematics-digest.html @@ -0,0 +1,9 @@ +Computational Mathematics Research Digest — 14 August 2026 + +

    Computational Mathematics Research Digest · Issue 1

    Weekly computational mathematics digest

    Coverage: substantive postings from 2–12 August 2026, ranked by relevance and potential research value.

    +

    1. Optimal Near-Optimality Bounds for the Lanczos Method for Matrix Functions

    Why it matters
    For Hermitian positive-definite A, the authors show that Lanczos approximations to f(A)b are within an explicit condition-number-dependent factor of the best approximation in the same Krylov space. The result covers Stieltjes-related functions and the constant is proved optimal.

    Read first
    Section 1.2, especially Theorems 1–2 and Figure 2, followed by Remark 3 for the sharpened Euclidean-norm interpretation for conjugate gradients.

    +

    2. Dynamic Proximal Point Method for Unconstrained Minimization

    Why it matters
    The method combines adaptively scaled proximal subproblems with an inner Newton–line-search solver, including a reduced Newton system, merit function, diagonal scaling, stopping rules, and implementation-oriented pseudocode.

    Read first
    Algorithms 1–2 and Sections 2.0.1 and 3.1 for the outer regularization and inner solver, then Section 4’s tests on 100 benchmark problems.

    +

    3. Alternating Levenberg–Marquardt Training of Physics-Informed Neural Networks with Fourier-Enhanced Features

    Why it matters
    The framework separates basis learning from coefficient fitting, handling the latter through Levenberg–Marquardt and exposing more exploitable least-squares structure than ordinary end-to-end PINN training. It includes convergence results and reports errors up to two orders of magnitude below selected baselines.

    Read first
    Sections 3.3–3.4 and Theorem 1 for the alternating LM framework and convergence conditions, followed by Sections 4.3–4.5 on the high-frequency heat, cavity-flow, and Burgers problems.

    +

    4. Rake–Compress Riccati Recursions for Parallel Scenario-Tree Model Predictive Control

    Why it matters
    The exact tree-contraction solver has O(N) work and storage but O(log N) parallel span, independently of tree height or balance. It reconstructs Riccati coefficients, primal variables, and multipliers, and is accompanied by JAX implementations.

    Read first
    Sections IV–V for the contraction construction, Theorem 3 for equivalence with the KKT system, and Section VII for parallel complexity.

    +

    5. Solving Monotone Linear-Quadratic Generalized Nash Equilibrium Problems via Quadratic Programming

    Why it matters
    The principal structural result converts a monotone linear-quadratic variational GNE problem into one convex quadratic program. Regularized and accelerated variants obtain O(1/k²) approximate-equilibrium convergence, while an invertible game Jacobian permits a smaller dual-space QP.

    Read first
    The QP-equivalence theorem and lower-dimensional reduction, followed by the game-theoretic MPC experiment and comparisons with extragradient-type methods.

    +

    Selection and commentary are editorial. Dates and bibliographic details link to the cited primary sources.

    diff --git a/news/2026-08-21-computational-mathematics-digest.html b/news/2026-08-21-computational-mathematics-digest.html new file mode 100644 index 0000000..5a82b79 --- /dev/null +++ b/news/2026-08-21-computational-mathematics-digest.html @@ -0,0 +1,9 @@ +Computational Mathematics Research Digest — 21 August 2026 + +

    Computational Mathematics Research Digest · Issue 2

    Weekly computational mathematics digest

    Coverage: substantive postings from 13–20 August 2026. Four core selections and one strategic cross-disciplinary read.

    +

    1. A Note on the Complexity of Random Subspace Model-Based Methods for Derivative-Free Optimization

    Why it matters
    A rescaling of Gaussian or hashing Johnson–Lindenstrauss matrices improves evaluation complexity from O(pn²ε−2) to O(pnε−2) without redesigning the underlying random-subspace model-based DFO method.

    Read first
    Section 2.2, particularly Corollary 2.4 and Remark 2.5, for why Q=Sᵀ/√n removes an entire factor of n and why further scaling does not improve the asymptotic result.

    +

    2. A Single Loop Method for Quadratic Min–Max Optimization

    Why it matters
    The infeasible interior-point method avoids nested outer–inner solution for constrained quadratic min–max problems, following a single central path and targeting nondegenerate stationary points.

    Read first
    Sections 2.3–2.5 for stationarity, Algorithm 1 in Section 3.2, and Sections 4.3–4.5 for scaling, coupled-constraint, and min-cost-flow tests.

    +

    3. PANDA: A Matrix-Free Differentiable NMPC Solver via Proximal Averaged Quasi-Newton with Adaptive Linesearch

    Why it matters
    PANDA combines proximal quasi-Newton iterations with adaptive steps and a matrix-free sensitivity calculation using implicit differentiation, automatic-differentiation products, and MINRES. Reported trailer-control tests show substantial forward, backward, and memory improvements.

    Read first
    Algorithm 1 and Section 3.2 for the forward/backward construction, then Figure 3 and Table 1. Broader benchmarking beyond the demonstrated NMPC family remains desirable.

    +

    4. Regularised Iterative Generalised Least Squares with Optimal Selection of the Hyper-Parameter

    Why it matters
    The method targets ill-conditioned nonlinear parameter estimation with confounded parameters and heteroscedastic or serially correlated residuals. It updates the ridge parameter automatically within iterative generalized least squares.

    Read first
    Section 5 for the BIC/AICc hyperparameter fixed-point formulas, Section 6 for the full procedure, and Section 7’s battery state-of-health simulation.

    +

    Strategic read: Improving the Matrix Multiplication Exponent with Modern Optimization and AlphaEvolve

    Why it matters
    A differentiable reformulation, Sinkhorn iterations, implicit differentiation, and GPU optimization lead to the certified bound ω<2.371177, illustrating numerical optimization’s contribution to linear-algebra complexity theory.

    Read first
    Section 3 for the optimization machinery and Section 4 for the exact-rational certification that converts a floating-point candidate into a rigorous result.

    +

    Selection and commentary are editorial. Dates and bibliographic details link to the cited primary sources.

    diff --git a/news/2026-08-28-computational-mathematics-digest.html b/news/2026-08-28-computational-mathematics-digest.html new file mode 100644 index 0000000..3e3a37d --- /dev/null +++ b/news/2026-08-28-computational-mathematics-digest.html @@ -0,0 +1,9 @@ +Computational Mathematics Research Digest — 28 August 2026 + +

    Computational Mathematics Research Digest · Issue 3

    Weekly computational mathematics digest

    Coverage: substantive postings from 21–27 August 2026, ranked by reading priority.

    +

    1. A Counterexample to Global Convergence of Classical DFP under the Standard Strong Wolfe Conditions

    Why it matters
    This resolves a long-standing quasi-Newton question negatively. Classical DFP can fail even for a C² uniformly convex two-dimensional objective with global Hessian condition number at most three, while every accepted step satisfies strong Wolfe conditions.

    Read first
    Theorem 1 and Corollary 2 in Section 2, Section 3.2 for the construction’s mechanism, and Section 6.4 for the relation to existing convergence results.

    +

    2. Primal Acceleration of Newton’s Method

    Why it matters
    A direct accelerated Newton scheme achieves a global O(k−3) functional-residual rate for convex functions with Lipschitz Hessian using only primal variables and one regularized linear solve per iteration. It admits Hessian-free inexact solves.

    Read first
    Equation (3) and Table 1 for the method and comparison, then Section 4 for the accelerated-rate proof and Section 5 for composite objectives and non-Euclidean geometry.

    +

    3. A Decomposed Bilevel Search for Variable-Metric Proximal Gradient Methods

    Why it matters
    A diagonal-plus-rank-one factorization reduces a difficult scaled proximal map to a two-dimensional monotone system. The resulting oracle makes DFP/BFGS-type metrics usable with structured nonsmooth regularizers and has certified polylogarithmic accuracy dependence.

    Read first
    Algorithm 1 and Sections 3.1–3.2 for the oracle, Sections 3.3–3.4 for its Broyden interpretation, and Sections 5.2–5.4 for SLOPE and group-lasso experiments.

    +

    4. Condition Numbers of Block Toeplitz Matrices and Stability of Space-Time IgA Approximations

    Why it matters
    This extends asymptotic conditioning theory from scalar to fixed-block Toeplitz sequences, distinguishing bounded, polynomial, and exponential growth. It links the theory directly to stability of space-time isogeometric discretizations.

    Read first
    Section 3 for general bounds, Section 4 for banded block matrices, and Sections 5.1 and 5.3 for the wave and Schrödinger applications.

    +

    5. A Line-Search-Free Coordinate Proximal Predictor–Corrector Method for Monotone Absolute Value Equations

    Why it matters
    For Ax−|x|=b, CPPC replaces backtracking with an exact coordinate proximal predictor and a full-residual correction. Each iteration needs one new matrix–vector product, with whole-sequence, sublinear residual, and strong-monotonicity linear convergence guarantees.

    Read first
    Proposition 2.1, Algorithm 1 in Section 3.1, the rate results in Sections 4.1–4.2, and Section 5’s dimension and matrix-geometry experiments.

    +

    Selection and commentary are editorial. Dates and bibliographic details link to the cited primary sources.

    diff --git a/news/2026-09-04-computational-mathematics-digest.html b/news/2026-09-04-computational-mathematics-digest.html new file mode 100644 index 0000000..d4d3a84 --- /dev/null +++ b/news/2026-09-04-computational-mathematics-digest.html @@ -0,0 +1,17 @@ + + +Computational Mathematics Research Digest — 4 September 2026 + + + + +

    Computational Mathematics Research Digest · Issue 4

    Weekly computational mathematics digest

    + +

    Coverage: substantive postings from 28 August–3 September 2026. Four papers met the quality threshold.

    +

    1. DOFFO_TR: A Decentralized Objective Function-Free Optimization Method with Trust Region

    Why it matters
    This brings adaptive trust-region globalization to decentralized, potentially nonconvex optimization without requiring shared objective values or gradient vectors. Agents communicate mainly scalar gradient norms, reducing privacy exposure and communication cost. Certain variants match the iteration-complexity order of centralized trust-region methods.

    Read first
    Section 3, especially Algorithms 3.1 and 3.2, for selective flooding and the DOFFO_TR iteration. Then examine Section 4’s complexity results and Section 5.3’s comparison with the Gradient Tracking Algorithm.

    +

    2. Optimal Gradient-Norm Minimization in Non-Euclidean Hölder-Smooth Convex Optimization

    Why it matters
    Gradient norm is a computable stationarity certificate and can be more informative than objective residual. The paper develops near-optimal oracle-complexity methods for Hölder-smooth convex objectives across the full range of ℓp geometries, closing previously open complexity gaps.

    Read first
    The main complexity table and theorem statements in the introduction, followed by the first algorithm family based on mirror duality and controlled inexactness. Then inspect the matching lower bounds.

    +

    3. Further Analysis and Extension of the Higher-Order Newton Method of Ahmadi, Chaudhry, and Zhang

    Why it matters
    The authors extend a d-th-order Newton method to problems with SOS-convex polynomial constraints. Each regularized Taylor subproblem can be represented by a semidefinite program. Under strong convexity and Lipschitz continuity of the d-th derivative tensor, the method has local convergence order d and identifies the optimal active set locally in one iteration.

    Read first
    The constrained SDP formulation, the theorem proving order-d local convergence, and the active-set identification theorem. Then examine the performance-estimation analysis of the unconstrained third-order method.

    +

    4. Two Adjoint Perspectives on Fokker–Planck Optimization: A Microscopic–Macroscopic Correspondence

    Why it matters
    The paper proves that macroscopic density and microscopic stochastic-trajectory adjoints agree in the continuum. Although their gradients differ after discretization, both consistently approximate the same continuum gradient with explicit rates.

    Read first
    The continuum adjoint-correspondence theorem, followed by the two discrete-gradient convergence theorems and the numerical convergence plots comparing Eulerian and particle formulations.

    + +

    Selection and commentary are editorial. Dates and bibliographic details link to the cited primary sources.

    + diff --git a/news/digest-template.html b/news/digest-template.html new file mode 100644 index 0000000..bff6369 --- /dev/null +++ b/news/digest-template.html @@ -0,0 +1,42 @@ + + + + + +Computational Mathematics Research Digest — DATE + + + + + + + + +
    +

    Computational Mathematics Research Digest · Issue NUMBER

    +

    Weekly computational mathematics digest

    + +

    Coverage: REPLACE WITH DATE RANGE AND SHORT EDITORIAL SUMMARY.

    + +
    +

    1. PAPER TITLE

    + +

    Why it matters
    REPLACE WITH EDITORIAL ASSESSMENT.

    +

    Read first
    REPLACE WITH SPECIFIC SECTION, THEOREM, ALGORITHM, OR EXPERIMENT.

    +
    + + +

    Selection and commentary are editorial. Dates and bibliographic details link to the cited primary sources.

    + +
    + + + diff --git a/style.css b/style.css index 7c33d73..a3c3531 100644 --- a/style.css +++ b/style.css @@ -279,6 +279,126 @@ p { margin: 0 0 1.15rem; } padding-top: 0.2rem; } +.digest-intro { + max-width: 42rem; + color: var(--text-muted); + margin-bottom: 2rem; +} + +.digest-list { + display: grid; + gap: 1rem; +} + +.digest-card { + border: 1px solid var(--rule); + border-left: 3px solid var(--accent); + background: var(--bg-panel); + padding: 1.25rem 1.35rem; + border-radius: 3px; +} + +.digest-card h3 { + font-size: 1.18rem; + margin: 0.3rem 0 0.45rem; +} + +.digest-card h3 a { color: var(--text); text-decoration: none; } +.digest-card h3 a:hover { color: var(--accent); } + +.digest-meta, +.article-meta, +.topic-tags, +.digest-link { + font-family: var(--sans); + font-size: 0.84rem; +} + +.digest-meta, +.article-meta { color: var(--text-faint); } + +.topic-tags { + color: var(--text-muted); + margin: 0.65rem 0; +} + +.topic-tags span { + display: inline-block; + border: 1px solid var(--rule-strong); + border-radius: 999px; + padding: 0.08rem 0.5rem; + margin: 0.15rem 0.2rem 0.15rem 0; + font-size: 0.76rem; +} + +.digest-link { font-weight: 600; } + +.digest-article h1 { + font-size: 2rem; + margin: 0 0 0.65rem; +} + +.digest-article .coverage { + font-size: 1.05rem; + color: var(--text-muted); + padding-bottom: 1.4rem; + margin: 1.2rem 0 2rem; + border-bottom: 1px solid var(--rule); +} + +.paper-entry { + padding: 1.8rem 0; + border-top: 1px solid var(--rule); +} + +.paper-entry:first-of-type { border-top: 0; } + +.paper-entry h2 { + font-size: 1.3rem; + margin: 0 0 0.5rem; +} + +.paper-byline { + color: var(--text-muted); + font-family: var(--sans); + font-size: 0.9rem; + margin-bottom: 0.9rem; +} + +.paper-label { + font-family: var(--sans); + font-size: 0.78rem; + font-weight: 600; + letter-spacing: 0.045em; + text-transform: uppercase; + color: var(--accent); +} + +.category-note { + background: var(--bg-panel); + border-left: 3px solid var(--rule-strong); + padding: 1rem 1.15rem; + margin-top: 1.5rem; +} + +.digest-nav { + display: flex; + justify-content: space-between; + gap: 1rem; + padding-top: 1.5rem; + margin-top: 2rem; + border-top: 1px solid var(--rule); + font-family: var(--sans); + font-size: 0.88rem; +} + +.editorial-note { + color: var(--text-faint); + font-size: 0.86rem; + font-style: italic; + margin-top: 2rem; +} + /* ---------------- Projects ---------------- */ .project { @@ -390,6 +510,8 @@ footer.site-footer a { color: var(--text-faint); } .news-item, .contact-row { grid-template-columns: 1fr; gap: 0.25rem; } .pub-item { grid-template-columns: 1.75rem 1fr; } .hero-motif { width: 15rem; height: 15rem; top: -2rem; right: -3rem; } + .digest-article h1 { font-size: 1.65rem; } + .digest-nav { flex-direction: column; } } @media (prefers-reduced-motion: reduce) {