title | layout |
---|---|
Research |
default |
{% for paper in site.data.papers %}
{{ paper.authors-html }}
{{ paper.title }}
{%- if paper.status == "accepted-journal" or paper.status == "accepted-conf" -%}
{{ paper.ref }}
{%- endif -%}
{%- if paper.status == "preprint" -%}
Posted online on {{ paper.date }}
{%- endif -%}
Links: [arXiv:{{ paper.arxiv }}](https://arxiv.org/abs/{{ paper.arxiv }})
{%- if paper.status == "accepted-journal" or paper.status == "accepted-conf" -%}
, [editor]({{ paper.link-editor }})
{%- endif -%}
{%- if paper.link-slides -%}
, [slides](/assets/slides/{{ paper.link-slides }}.pdf)
{%- endif -%}.
{% endfor %}
G. Garrigos
Descent dynamical systems and algorithms for tame optimization and multi-objective problems.
Links: manuscript.
The thesis was defended on November 2nd, 2015 at Université de Montpellier. The members of the committee were H. Attouch, Aris Daniilidis, Jalal Fadili, Pedro Gajardo, Adrian Lewis, Juan Peypouquet and Lionel Thibault.
{% comment %}
{% for talk in site.data.talks -%}
{{ talk. date | date:"%d %b %Y " }} -
{{ talk.event }},
{% if talk.institute %} {{ talk.institute }},{% endif %} {{ talk.city }}{% if talk.country %}, {{ talk.country }}.{% else %}.{% endif %}
{%if talk.comment %} [{{ talk.comment }}]{% endif %}
{%- endfor -%}
{% endcomment %}