File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ makedocs(;
115115 pages = [
116116 " Home" => " index.md" ,
117117 " Installation" => " installation.md" ,
118+ " Projects" => " projects.md" ,
118119 " 1: Introduction" => lecture_01,
119120 " 2: The power of Type System & multiple dispatch" => lecture_02,
120121 " 3: Design patterns" => lecture_03,
Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ Hint: The **first few homeworks are easier**. Use them to fill up your points.
5959The final project will be individually agreed on for each student. Ideally you
6060can use this project to solve a problem you have e.g. in your thesis, but don't
6161worry - if you cannot come up with an own project idea, we will suggest one to
62- you.
63-
64- The evaluation criteria of the final project are ...
62+ you. More info and project suggestion can be found [ here] (@ref projects).
6563
6664
6765## Grading
Original file line number Diff line number Diff line change 1+ # [ Projects] (@id projects)
2+
3+ We want you to use Julia for something that is acutally useful for you.
4+ Therefore you can choose your final, graded project very freely.
5+ We will discuss your ideas with you individually and come up with a sufficiently
6+ extensive project together.
7+
8+ For you inspiration of what such a project could look like we have four
9+ suggestions for you (which you can of course choose to work on as well).
10+
11+ ## The * Improved Equation Learner* and its symbolic representation
12+
13+ ## An Evolutionary Algorithm applied to Julia's AST
14+
15+ ## A Rule Learning Algorithm
16+
17+ ## Distributed Optimization Package
You can’t perform that action at this time.
0 commit comments