Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
math_optimisation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scott.birner
math_optimisation
Commits
8839a0ae
Commit
8839a0ae
authored
3 years ago
by
ExtraDev
Browse files
Options
Downloads
Patches
Plain Diff
Préparation des taches en gros
parent
ce03d0d4
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
rapport.md
+8
-1
8 additions, 1 deletion
rapport.md
src/a.out
+0
-0
0 additions, 0 deletions
src/a.out
src/equation.h
+0
-0
0 additions, 0 deletions
src/equation.h
src/main.c
+6
-0
6 additions, 0 deletions
src/main.c
with
14 additions
and
1 deletion
rapport.md
+
8
−
1
View file @
8839a0ae
...
@@ -6,7 +6,14 @@ tof: true
...
@@ -6,7 +6,14 @@ tof: true
lof
:
true
lof
:
true
---
---
# Todo
-
Equation de base: yj = c
*
xj+d+rj
-
Créer un nuage de point autout de l'équation de base, le garder constant
-
Descente du radiant
-
Validation croisée: Séparer le nuage de point en 3 groupe
-
Visualisation
# Introduction
# Introduction
Bonjour
Bonjour
## Caca
##
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/a.out
0 → 100755
+
0
−
0
View file @
8839a0ae
File added
This diff is collapsed.
Click to expand it.
src/equation.h
0 → 100644
+
0
−
0
View file @
8839a0ae
This diff is collapsed.
Click to expand it.
src/main.c
0 → 100644
+
6
−
0
View file @
8839a0ae
#include
<stdio.h>
#include
<stdlib.h>
int
main
(
int
argc
,
char
**
argv
[])
{
printf
(
"Hello World
\n
"
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment