small addition
This commit is contained in:
Binary file not shown.
@@ -41,13 +41,14 @@ You don't need to answer all questions in a chronological order. When you write
|
||||
|
||||
|
||||
!split
|
||||
===== The report, discussion of methods =====
|
||||
===== The report, discussion of methods and codes =====
|
||||
!bblock What should I focus on? Methods sections
|
||||
* Describe the methods and algorithms
|
||||
* You need to explain how you implemented the methods and also say something about the structure of your algorithm and present some parts of your code
|
||||
* You should plug in some calculations to demonstrate your code, such as selected runs used to validate and verify your results. The latter is extremely important!! A reader needs to understand that your code reproduces selected benchmarks and reproduces previous results, either numerical and/or well-known closed form expressions.
|
||||
!eblock
|
||||
|
||||
See also the next slide.
|
||||
|
||||
!split
|
||||
===== The report, code part =====
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "d7463b2a",
|
||||
"id": "d87403fc",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "7ba5b916",
|
||||
"id": "e88d6de0",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "41c36523",
|
||||
"id": "2b6137a3",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -58,7 +58,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "c51fd68b",
|
||||
"id": "7b782bf5",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -74,7 +74,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "9d1dc01f",
|
||||
"id": "64115d65",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -92,24 +92,26 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "037721a1",
|
||||
"id": "f5d92d4d",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
"source": [
|
||||
"## The report, discussion of methods\n",
|
||||
"## The report, discussion of methods and codes\n",
|
||||
"**What should I focus on? Methods sections.**\n",
|
||||
"\n",
|
||||
" * Describe the methods and algorithms\n",
|
||||
"\n",
|
||||
" * You need to explain how you implemented the methods and also say something about the structure of your algorithm and present some parts of your code\n",
|
||||
"\n",
|
||||
" * You should plug in some calculations to demonstrate your code, such as selected runs used to validate and verify your results. The latter is extremely important!! A reader needs to understand that your code reproduces selected benchmarks and reproduces previous results, either numerical and/or well-known closed form expressions."
|
||||
" * You should plug in some calculations to demonstrate your code, such as selected runs used to validate and verify your results. The latter is extremely important!! A reader needs to understand that your code reproduces selected benchmarks and reproduces previous results, either numerical and/or well-known closed form expressions.\n",
|
||||
"\n",
|
||||
"See also the next slide."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "9331e9e2",
|
||||
"id": "3c40a7db",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -131,7 +133,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "f5b39fba",
|
||||
"id": "827a5d78",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -152,7 +154,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "d0d0928d",
|
||||
"id": "af36654a",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -169,7 +171,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "09a4c0ce",
|
||||
"id": "4e1110c4",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -188,7 +190,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "d6a360ce",
|
||||
"id": "3e43a925",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -205,7 +207,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "4b7b0a94",
|
||||
"id": "40bd5668",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
@@ -218,7 +220,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "0fd05cf4",
|
||||
"id": "3421124c",
|
||||
"metadata": {
|
||||
"editable": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user