-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C interface #2
C interface #2
Conversation
Merci Ludo, les tests ne passent pas sous Linux pour info. |
Je vais regarder
De: "Alexis" <notifications@github.com>
À: "amontoison/nomad" <nomad@noreply.github.com>
Cc: "ludovic salomon" <ludovic.salomon@gerad.ca>, "Author" <author@noreply.github.com>
Envoyé: Lundi 11 Mai 2020 14:02:24
Objet: Re: [amontoison/nomad] C interface (#2)
Merci Ludo, les tests ne passent pas sous Linux pour info.
—
You are receiving this because you authored the thread.
Reply to this email directly, [ #2 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AFN4QHJ3M4CRLGX4C5AK5YDRRA4TBANCNFSM4M6BU6IQ | unsubscribe ] .
|
Tout les tests passent, super! Je merge? |
Ouais vas-y.
Saloperie de non compatibilité entre les compilateurs...
De: "Alexis" <notifications@github.com>
À: "amontoison/nomad" <nomad@noreply.github.com>
Cc: "ludovic salomon" <ludovic.salomon@gerad.ca>, "Author" <author@noreply.github.com>
Envoyé: Lundi 11 Mai 2020 15:05:17
Objet: Re: [amontoison/nomad] C interface (#2)
Tout les tests passent, super! Je merge?
—
You are receiving this because you authored the thread.
Reply to this email directly, [ #2 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AFN4QHJ76Y5Y6GYKO2HPGB3RRBD63ANCNFSM4M6BU6IQ | unsubscribe ] .
|
Heureusement qu'on a l'intégration continue pour voir ça rapidement maintenant :) |
Oui, heureusement que tu l'as mis en place :)
Bon, on a deux choix maintenant:
1) Soit je continue à encore ajouter quelques fonctionnalités dans l'api C
-> les surrogate models
-> l'évaluation par blocs
-> le warm-start ?
2) Soit tu estimes que tu as tout ce qu'il faut pour pouvoir l'utiliser dans ton application de tuning à toi (tu peux maintenant utiliser les variables granulaires). Dans ce cas, Je vais revenir sur Julia pour mettre en place l'interface.
C'est toi qui choisit.
Ludovic Salomon
ludovic.salomon@gerad.ca
|
Plan:
Tu en penses quoi ? |
Ok,
Ça me va !
De: "Alexis" <notifications@github.com>
À: "amontoison/nomad" <nomad@noreply.github.com>
Cc: "ludovic salomon" <ludovic.salomon@gerad.ca>, "Author" <author@noreply.github.com>
Envoyé: Lundi 11 Mai 2020 15:28:29
Objet: Re: [amontoison/nomad] C interface (#2)
Plan:
1.
Je te propose qu'on fixe les bugs dans Julia avec les évaluations en parallèle histoire que la branche NOMAD4 fonctionne à nouveau et devienne la branche master. On pourra alors faire une nouvelle release avec nomad 4 à la place de nomad 3.
2.
On ajoute quelques fonctionnalités dans l'api C.
3.
Interface JuMP / MOI avec NOMAD.jl
Tu en penses quoi ?
—
You are receiving this because you authored the thread.
Reply to this email directly, [ #2 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AFN4QHN5LBQWOE6RKLPPWWTRRBGV3ANCNFSM4M6BU6IQ | unsubscribe ] .
|
🚀 |
Add the c api structure with two examples.
For future (for what is best for you), it should be possible to implement:
-> warm restart
-> block evaluation
-> surrogate models