Alessandro Lonardi

Physics for Inference and Optimization Doctoral Researcher

To know more visit my personal webpage: aleable.github.io

I am Alessandro Lonardi, a PhD student working under the supervision of Dr. Caterina De Bacco in the Physics for Inference and Optimization group. Previous to that, I was a Master’s student in Mathematical Engineering at University of Padova (Padua, Italy), where I also obtained my Bachelor’s degree in Physics.

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `
Physics for Inference and Optimization Article Message-Passing on Hypergraphs: Detectability, Phase Transitions and Higher-Order Information Ruggeri, N., Lonardi, A., De Bacco, C. Journal of Statistical Mechanics: Theory and Experiment, April 2024 (Published) Preprint Code Paper DOI URL BibTeX


Physics for Inference and Optimization Article Bilevel Optimization for Traffic Mitigation in Optimal Transport Networks Lonardi, A., De Bacco, C. Physical Review Letter, 131:267401, December 2023 (Published) Preprint Code Paper DOI URL BibTeX

Physics for Inference and Optimization Article Immiscible Color Flows in Optimal Transport Networks for Image Classification Lonardi, A., Baptista, D., De Bacco, C. Frontiers Physics, 11, February 2023 (Published) Preprint Code DOI BibTeX

Physics for Inference and Optimization Article Infrastructure adaptation and emergence of loops in network routing with time-dependent loads Lonardi, A., Facca, E., Putti, M., De Bacco, C. Physical Review E, 107(2), February 2023 (Published) Code Preprint DOI URL BibTeX

Physics for Inference and Optimization Article Multicommodity routing optimization for engineering networks Lonardi, A., Putti, M., De Bacco, C. Scientific Reports , 12:7474, May 2022 (Published) Preprint Code DOI URL BibTeX

Physics for Inference and Optimization Article Designing optimal networks for multicommodity transport problem Lonardi, A., Facca, E., Putti, M., De Bacco, C. Physical Review Research, 3(4):043010, October 2021 (Published) Code Preprint DOI BibTeX



`; return; } fetch(`/people/fetch_tab_content/${tabId}`) .then(response => { if (!response.ok) { throw new Error('Failed to load content'); } return response.json(); }) .then(data => { // Update the content div with the fetched content contentDiv.innerHTML = `${data.content}`; // contentElement.innerHTML = data.rendered_content; }) .catch(error => { console.error('Error:', error); contentDiv.innerHTML = '

Error loading content. Please try again later.

'; }); }
OSZAR »