Oct 28 – 30, 2024
Toulouse
Europe/Paris timezone

Contribution List

21 out of 21 displayed
Export to PDF
  1. 10/28/24, 9:45 AM
    Talk
  2. François Pacaud (Mines Paris - PSL)
    10/28/24, 10:00 AM
    Talk
  3. Guillaume Dalle (EPFL)
    10/28/24, 11:00 AM
    Talk

    Writing fast Julia

    From the example of a gradient descent for linear regression, we will measure performance, benchmark, enable type inference, reduce memory allocations
    and fix the problems.

    Go to contribution page
  4. Prof. ThomasJacob Riis Stidsen (Technical University of Denmark)
    10/28/24, 2:00 PM
  5. Dr Aurora Rossi (Université Côte d’Azur)
    10/28/24, 3:45 PM

    Graph Neural Networks have been very successful in solving machine learning tasks such as classification and prediction at the level of nodes, edges, and graphs. This talk will provide a comprehensive overview of GNN architectures, from standard graphs to heterogeneous graphs, which model various relationships among different types of nodes, and temporal graphs, which incorporate dynamic...

    Go to contribution page
  6. Cédric BELMANT
    10/28/24, 4:45 PM
    Talk

    Metaprogramming in Julia is often presented as a powerful language feature, implemented via macros and types representing Julia code. Indeed, it allows the expression of complex constructs in a simple way, such as domain-specific languages (DSL) expressing mathematical problems. Yet, the term metaprogramming is somewhat overloaded and unclear as to what it really means under the hood.
    We will...

    Go to contribution page
  7. Sandra Ulrich Ngueveu (Toulouse INP-ENSEEIHT / LAAS-CNRS)
    10/29/24, 9:00 AM
    Talk

    We present new algorithms that can solve the problem of approximating and over/under-estimating univariate functions with piecewise linear (PWL) functions with the minimum number of linear segments given a bound on the pointwise approximation error allowed. These new algorithms can solve the problem in quasi-logarithmic time on a very broad class of errors types. Such algorithms find many...

    Go to contribution page
  8. Francois Lamothe (Laas-cnrs)
    10/29/24, 9:30 AM
    Talk

    Distributing the total cost of a service-providing system among its users is a challenging topic in game theory. Shapley proposed in 1953 a cost-sharing mechanism nowadays known as the Shapley value. It is usually interpreted as assigning to each player the cost this player induces on the system. This cost assignment has many desirable properties but it is very time-consuming to compute...

    Go to contribution page
  9. Marvin Stanczak (Artelys)
    10/29/24, 10:00 AM
    Talk

    Introduction

    Artelys Knitro is a mathematical programming solver for nonlinear and mixed-integer nonlinear problems. As input, it accepts linear structures, quadratic structures and black-box functions, with if possible, their first and second-order derivatives. Knitro relies on derivative-based algorithms to find locally optimal solutions. Knitro finds the global optimum for convex...

    Go to contribution page
  10. Olivier Cots (Toulouse Université)
    10/29/24, 11:00 AM
    Talk

    We first introduce in this tutorial the indirect shooting method and the direct method in numerical optimal control on a basic example. We focus on the use of Julia packages to implement such methods: JuMP.jl [1], OptimalControl.jl [2, 3, 4], NonlinearSolve.jl [5], MINPACK.jl [6]. Then, we present how to combine direct and indirect methods to solve an optimal control problem with a...

    Go to contribution page
  11. Anas Bouali (INRAE)
    10/29/24, 11:30 AM
    Talk

    In this presentation, we address optimal control problems involving loss control regions. In this context, the state space is partitioned into disjoint sets referred to as regions, which are classified into two types: control regions and loss control regions. When the state belongs to a control region, the control is permanent (i.e., the control value can be modified at any time). On the...

    Go to contribution page
  12. Antonin Bavoil (Université Côte d'Azur, CNRS, Inria, LJAD, McTAO)
    10/29/24, 12:00 PM
    Talk

    Using kites to collect wind power and generate energy has been intensively studied in the last decade, see e.g. the survey by M. Diehl et al. in [1]. In the framework of the KEEP (Kite Electrical Energy Power) funded by CNRS and gathering researchers from ENSTA Bretagne (well acquainted with the topic after previous studies on kites [2], most notably for...

    Go to contribution page
  13. Guillaume Dalle (EPFL)
    10/29/24, 2:00 PM
    Talk

    It's 2024, are you still computing gradients by hand? Shame on you.
    Thanks to Automatic Differentiation (AD), you can build awesome optimization or machine learning algorithms and let the computer worry about derivatives on its own. Well, mostly.

    In Python, life is simple: choose an AD framework first (PyTorch or JAX), then write some code in that framework, and it should work out...

    Go to contribution page
  14. François Pacaud (Mines Paris - PSL)
    10/29/24, 3:00 PM

    We present a novel interior-point method to solve nonlinear programs on graphical processing units (GPUs). The classical interior-point method solves a sequence of symmetric indefinite linear systems, or Karush-Kuhn-Tucker (KKT) systems, that are increasingly ill-conditioned as we approach the solution. Solving a KKT system with traditional sparse factorization methods involves numerical...

    Go to contribution page
  15. David Métivier (MISTEA - INRAE Montpellier)
    10/29/24, 4:00 PM
    Talk

    The challenges of climate change force industrials to carefully analyze the resilience of their assets to anticipate future weather conditions. In particular, the estimation of future extreme hydrometeorological events, like the frequency of long-lasting dry spells, is critical for hydropower/nuclear generation or agriculture. Stochastic Weather Generators (SWG) are essential tools to...

    Go to contribution page
  16. Harley Mackenzie (Managing Director HARD software)
    10/29/24, 4:30 PM
    Talk

    This presentation introduces the use of Julia and JuMP in the development of OptiGen, a next-generation optimizer tailored for renewable energy generation and battery management within the Australian National Electricity Market (NEM). OptiGen is designed to optimize the performance of utility-scale batteries and DC-coupled wind and solar plants, catering to both scheduled and non-scheduled...

    Go to contribution page
  17. Dr Claire Brécheteau (LMJL)
    10/30/24, 9:00 AM
    Talk

    I will present a Julia package. This package proposes two statistical tests aiming at testing uniformity of samples of data points on homogeneous compact Polish spaces. Such tests are based on the computation of nearest neighbours distances.
    I will show numerical results on the flat torus, the circle, the sphere, and a subset of the Poincaré disk.

    Go to contribution page
  18. Julien KHAMPHOUSONE (Orange INNOV)
    10/30/24, 9:30 AM
    Talk

    The Ring Star Problem consists in minimizing the cost of a spanning network made of a cycle called the ring to link a subset of nodes called hubs (to be determined), and to connect each terminal, i.e., non-hub, to a single hub at minimum cost. The package RingStarProblems.jl solves a resilient variant of the Ring Star Problem named 1-R-RSP in which the failure of a node in a given subset of...

    Go to contribution page
  19. Jérémy TRAVERSAC
    10/30/24, 10:30 AM
    Talk

    Decision-makers in Small and Medium Enterprises (SMEs) rely on available data and their environment knowledge to plan activities. In doing so, they may have contradictory criteria or insights according to different decision-makers. While Group Decision Support Systems exist in literature and industrial practice as well, their use can be complex and time-consuming for decision-makers.
    In...

    Go to contribution page
  20. Ms Rim Alhajal (Université Aix-Marseille, SESSTIM // Université Grenoble-Alpes, LIG, Inria, CNRS)
    10/30/24, 11:00 AM
    Talk

    Data arising from large cancer studies often lack reliable information about the cause of death (supposed binary: death from the studied cancer or from other causes) for each individual. Relative survival analysis is a subfield of survival analysis specifically targeted at this particular type of datasets. The field's goal is to extract survival curves that only takes into account the deaths...

    Go to contribution page
  21. Ms Camille Bergougnoux (LAPLACE UMR CNRS-INPT-UPS, Universite de Toulouse, Toulouse, France), Corentin Boennec (LAPLACE UMR CNRS-INPT-UPS, Universite de Toulouse, Toulouse, France), Ms Evelise de Godoy Antunes (LAPLACE UMR CNRS-INPT-UPS, Universite de Toulouse, Toulouse, France)
    Poster

    The integration of renewable energy sources in our energy systems is a global objective to mitigate global warming by reducing CO2 emissions, especially when replacing fossil fuels. International agencies consistently highlight the importance of increasing renewable energy penetration to reduce temperature increases over the coming decades. In the context of smart microgrids, Distributed...

    Go to contribution page