├── .gitignore ├── .travis.yml ├── LICENSE ├── Project.toml ├── README.md ├── _config.yml ├── chapters ├── 00.Introduction │ ├── 00-GetGoingWithJulia.md │ ├── simple_search.jl │ └── simple_search.jl.html ├── 01.Brackets │ ├── brackets.jl │ └── brackets.jl.html ├── 02.Quadratic │ ├── Figures │ │ ├── cgd.png │ │ ├── convergence_bound.png │ │ ├── convergence_decomposition.png │ │ ├── convergence_gd.png │ │ ├── convergence_gd_momentum.png │ │ ├── descent_step.png │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── signal.png │ │ └── signal_study.png │ ├── quadratic.jl │ └── quadratic.jl.html ├── 03.AutoDiff │ ├── Efficient_Numpy.ipynb │ ├── Figures │ │ ├── ANN_example.png │ │ ├── Backprop.png │ │ ├── Forwardprop.png │ │ ├── broadcasting.png │ │ ├── comgraph.key │ │ ├── compgraph.png │ │ ├── derivatives.jpeg │ │ ├── floats.gif │ │ ├── floats.png │ │ ├── forwarddiff.png │ │ ├── logo.png │ │ ├── logo.svg │ │ └── reversediff.png │ ├── autodiff.jl │ ├── autodiff.jl.html │ └── autodiff_SOLUTION.jl ├── 04.Unconstrained │ ├── Data │ │ └── BreastCancer.csv │ ├── Figures │ │ ├── Convex_polygon.png │ │ ├── btls.png │ │ ├── classification.png │ │ ├── convergence_gd.png │ │ ├── convergence_nm.png │ │ ├── convergence_sd.png │ │ ├── convex_function_illustration.png │ │ ├── convex_functions.png │ │ ├── convex_sets.png │ │ ├── example_functions.png │ │ ├── figures_UC.key │ │ ├── gradient_descent.png │ │ ├── logistic_convergence.png │ │ ├── logistic_effect_lambda.png │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── loss_logistic.png │ │ ├── newtons_method.png │ │ ├── sd_gradients.png │ │ ├── steepest_descent.png │ │ └── strong_convexity.png │ ├── unconstrained.jl │ └── unconstrained.jl.html ├── 05.Constrained │ ├── Figures │ │ ├── Lagr1.png │ │ ├── Lagr2.png │ │ ├── Lagr3.png │ │ ├── Lagr4.png │ │ ├── Lagr5.png │ │ ├── Lagr6.png │ │ ├── Largr6.png │ │ ├── boundary_ineq_fig.png │ │ ├── convex_sets.png │ │ ├── example_functions.png │ │ ├── ineq_const_example.png │ │ ├── lagrange.key │ │ ├── log_bar.png │ │ ├── logo.png │ │ └── logo.svg │ ├── constrained.jl │ ├── constrained.jl.html │ ├── lagrange.jl │ └── lagrange.jl.html ├── 06.OptimalTransport │ ├── Figures │ │ ├── barrycenters.png │ │ ├── barrycenters_examples.png │ │ ├── butterfly1.jpg │ │ ├── butterfly2.jpg │ │ ├── butterfly3.jpg │ │ ├── cell_diff.gif │ │ ├── cell_diff_maps_1.png │ │ ├── cell_diff_maps_2.png │ │ ├── cell_diff_maps_3.png │ │ ├── cell_diff_maps_4.png │ │ ├── cell_diff_maps_5.png │ │ ├── cell_diff_maps_6.png │ │ ├── cell_diff_maps_7.png │ │ ├── cell_diff_maps_8.png │ │ ├── cell_diff_maps_9.png │ │ ├── cells_diff.png │ │ ├── cells_diff_matched.png │ │ ├── cells_locations.png │ │ ├── cells_locations_matched.png │ │ ├── cells_ssa.png │ │ ├── color_mapping.png │ │ ├── color_transfer.png │ │ ├── dessert_cost.png │ │ ├── dessert_distributions.png │ │ ├── desserts_high_lamda.png │ │ ├── desserts_low_lamda.png │ │ ├── discrete_probs1.png │ │ ├── discrete_probs2.png │ │ ├── figuren_OT.key │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── optimal_transport_geometric.png │ │ ├── ot_example.png │ │ ├── simpleinterpol.png │ │ └── waddington.png │ ├── image1.jpg │ ├── image2.jpg │ ├── optimal_transportation.jl │ ├── optimal_transportation.jl.html │ └── optimal_transportation_SOLUTION.jl ├── 07.MST │ ├── Figures │ │ ├── .png │ │ ├── disjointset1.png │ │ ├── disjointset2.png │ │ ├── example_graph.png │ │ ├── flowsom.png │ │ ├── forest.png │ │ ├── graph.png │ │ ├── heap.png │ │ ├── image_graph.png │ │ ├── image_graph.svg │ │ ├── kruskal-0.png │ │ ├── kruskal-1.png │ │ ├── kruskal-10.png │ │ ├── kruskal-11.png │ │ ├── kruskal-12.png │ │ ├── kruskal-13.png │ │ ├── kruskal-14.png │ │ ├── kruskal-15.png │ │ ├── kruskal-16.png │ │ ├── kruskal-17.png │ │ ├── kruskal-18.png │ │ ├── kruskal-19.png │ │ ├── kruskal-2.png │ │ ├── kruskal-20.png │ │ ├── kruskal-21.png │ │ ├── kruskal-22.png │ │ ├── kruskal-23.png │ │ ├── kruskal-24.png │ │ ├── kruskal-25.png │ │ ├── kruskal-26.png │ │ ├── kruskal-27.png │ │ ├── kruskal-28.png │ │ ├── kruskal-29.png │ │ ├── kruskal-3.png │ │ ├── kruskal-30.png │ │ ├── kruskal-31.png │ │ ├── kruskal-32.png │ │ ├── kruskal-33.png │ │ ├── kruskal-34.png │ │ ├── kruskal-35.png │ │ ├── kruskal-36.png │ │ ├── kruskal-37.png │ │ ├── kruskal-38.png │ │ ├── kruskal-39.png │ │ ├── kruskal-4.png │ │ ├── kruskal-40.png │ │ ├── kruskal-41.png │ │ ├── kruskal-42.png │ │ ├── kruskal-43.png │ │ ├── kruskal-44.png │ │ ├── kruskal-45.png │ │ ├── kruskal-46.png │ │ ├── kruskal-47.png │ │ ├── kruskal-48.png │ │ ├── kruskal-5.png │ │ ├── kruskal-6.png │ │ ├── kruskal-7.png │ │ ├── kruskal-8.png │ │ ├── kruskal-9.png │ │ ├── kruskal.gif │ │ ├── kruskal_large.gif │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── mst.png │ │ ├── mst.svg │ │ ├── mst_example.png │ │ ├── otoliths.jpg │ │ ├── otoliths_segmented.png │ │ ├── prim-0.png │ │ ├── prim-1.png │ │ ├── prim-10.png │ │ ├── prim-11.png │ │ ├── prim-12.png │ │ ├── prim-13.png │ │ ├── prim-14.png │ │ ├── prim-15.png │ │ ├── prim-16.png │ │ ├── prim-17.png │ │ ├── prim-18.png │ │ ├── prim-19.png │ │ ├── prim-2.png │ │ ├── prim-20.png │ │ ├── prim-21.png │ │ ├── prim-22.png │ │ ├── prim-23.png │ │ ├── prim-24.png │ │ ├── prim-25.png │ │ ├── prim-26.png │ │ ├── prim-27.png │ │ ├── prim-28.png │ │ ├── prim-29.png │ │ ├── prim-3.png │ │ ├── prim-30.png │ │ ├── prim-31.png │ │ ├── prim-32.png │ │ ├── prim-33.png │ │ ├── prim-34.png │ │ ├── prim-35.png │ │ ├── prim-36.png │ │ ├── prim-37.png │ │ ├── prim-38.png │ │ ├── prim-39.png │ │ ├── prim-4.png │ │ ├── prim-40.png │ │ ├── prim-41.png │ │ ├── prim-42.png │ │ ├── prim-43.png │ │ ├── prim-44.png │ │ ├── prim-45.png │ │ ├── prim-46.png │ │ ├── prim-47.png │ │ ├── prim-48.png │ │ ├── prim-5.png │ │ ├── prim-6.png │ │ ├── prim-7.png │ │ ├── prim-8.png │ │ ├── prim-9.png │ │ ├── prim.gif │ │ ├── prim_large.gif │ │ ├── scatter_plot.png │ │ ├── scatter_plot_clustered.png │ │ ├── tickettoride.jpg │ │ ├── tickettoride_graph.png │ │ ├── tree.png │ │ └── tree.svg │ ├── mst.jl │ └── mst.jl.html ├── 08.ShortestPath │ ├── Figures │ │ ├── .svg │ │ ├── AStar.png │ │ ├── AStar2.png │ │ ├── AStarExplanation1.png │ │ ├── AStarExplanation2.png │ │ ├── AStarExplanation3.png │ │ ├── AStarExplanation4.png │ │ ├── AStarExplanation5.png │ │ ├── AStarExplanation6.png │ │ ├── AStarExplanation7.png │ │ ├── A_star_search-0.png │ │ ├── A_star_search-1.png │ │ ├── A_star_search-2.png │ │ ├── A_star_search-3.png │ │ ├── A_star_search-4.png │ │ ├── A_star_search.gif │ │ ├── Dijkstra.png │ │ ├── Dijkstra2.png │ │ ├── DijkstraExplanation1.png │ │ ├── DijkstraExplanation2.png │ │ ├── DijkstraExplanation3.png │ │ ├── DijkstraExplanation4.png │ │ ├── DijkstraExplanation5.png │ │ ├── DijkstraExplanation6.png │ │ ├── DijkstraExplanation7.png │ │ ├── DijkstraExplanation8.png │ │ ├── DijkstraExplanation9.png │ │ ├── astarexample.png │ │ ├── dijkstra_search-0.png │ │ ├── dijkstra_search-1.png │ │ ├── dijkstra_search-10.png │ │ ├── dijkstra_search-11.png │ │ ├── dijkstra_search-12.png │ │ ├── dijkstra_search-13.png │ │ ├── dijkstra_search-14.png │ │ ├── dijkstra_search-15.png │ │ ├── dijkstra_search-16.png │ │ ├── dijkstra_search-17.png │ │ ├── dijkstra_search-18.png │ │ ├── dijkstra_search-19.png │ │ ├── dijkstra_search-2.png │ │ ├── dijkstra_search-20.png │ │ ├── dijkstra_search-21.png │ │ ├── dijkstra_search-22.png │ │ ├── dijkstra_search-23.png │ │ ├── dijkstra_search-24.png │ │ ├── dijkstra_search-25.png │ │ ├── dijkstra_search-26.png │ │ ├── dijkstra_search-27.png │ │ ├── dijkstra_search-28.png │ │ ├── dijkstra_search-29.png │ │ ├── dijkstra_search-3.png │ │ ├── dijkstra_search-30.png │ │ ├── dijkstra_search-31.png │ │ ├── dijkstra_search-32.png │ │ ├── dijkstra_search-33.png │ │ ├── dijkstra_search-34.png │ │ ├── dijkstra_search-35.png │ │ ├── dijkstra_search-36.png │ │ ├── dijkstra_search-4.png │ │ ├── dijkstra_search-5.png │ │ ├── dijkstra_search-6.png │ │ ├── dijkstra_search-7.png │ │ ├── dijkstra_search-8.png │ │ ├── dijkstra_search-9.png │ │ ├── dijkstra_search.gif │ │ ├── example_graph.png │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── paths1.png │ │ ├── paths1.svg │ │ ├── paths1_weights.png │ │ ├── paths2.png │ │ ├── paths2.svg │ │ ├── paths2_weights.png │ │ ├── paths3.png │ │ ├── paths3.svg │ │ ├── paths3_weights.png │ │ ├── shortestpathsexercise.png │ │ ├── shortestpathsexercise.svg │ │ ├── tickettoride_graph.png │ │ ├── unweighted_graph.png │ │ └── weighted_graph.png │ ├── shortestpath.ipynb │ ├── shortestpath.jl │ ├── shortestpath.jl.html │ └── shortestpath.jmd ├── 09.NP-Complete │ ├── np-complete.jl │ └── np-complete.jl.html ├── 10.Metaheuristics │ ├── BayesianOptimizationTutorial.ipynb │ ├── Figures │ │ ├── ANN_hyperpars 2.png │ │ ├── ANN_hyperpars.png │ │ ├── BO_example.png │ │ ├── CMA-ES.png │ │ ├── GAconcept.png │ │ ├── GAconcept.svg │ │ ├── JC_GP_overview.png │ │ ├── Modes_of_action.png │ │ ├── acquisition.png │ │ ├── biomorphs.png │ │ ├── crossover.png │ │ ├── crossover.svg │ │ ├── encoding.png │ │ ├── encoding.svg │ │ ├── enzybiotics.png │ │ ├── figures_BIO.key │ │ ├── ga_principles.png │ │ ├── greatness.jpeg │ │ ├── kriegman2021.png │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── mutations.png │ │ ├── recipes.png │ │ ├── spring 2.png │ │ ├── spring.png │ │ ├── steppingstone.png │ │ └── xenobots.png │ ├── PSO.ipynb │ ├── PSO.jl │ ├── PSO.jl.html │ ├── PSO.jmd │ ├── seaching_methods.jl │ └── seaching_methods.jl.html └── 11.TSP │ ├── Figures │ ├── 2opt.png │ ├── 2opt.svg │ ├── cargovelo.jpeg │ ├── cities.png │ ├── logo.png │ ├── mona-lisa-tsp.png │ ├── solution_tsp_sa-0.png │ ├── solution_tsp_sa-1.png │ ├── solution_tsp_sa-10.png │ ├── solution_tsp_sa-100.png │ ├── solution_tsp_sa-101.png │ ├── solution_tsp_sa-102.png │ ├── solution_tsp_sa-103.png │ ├── solution_tsp_sa-104.png │ ├── solution_tsp_sa-105.png │ ├── solution_tsp_sa-106.png │ ├── solution_tsp_sa-107.png │ ├── solution_tsp_sa-108.png │ ├── solution_tsp_sa-109.png │ ├── solution_tsp_sa-11.png │ ├── solution_tsp_sa-110.png │ ├── solution_tsp_sa-111.png │ ├── solution_tsp_sa-112.png │ ├── solution_tsp_sa-113.png │ ├── solution_tsp_sa-114.png │ ├── solution_tsp_sa-115.png │ ├── solution_tsp_sa-116.png │ ├── solution_tsp_sa-117.png │ ├── solution_tsp_sa-118.png │ ├── solution_tsp_sa-119.png │ ├── solution_tsp_sa-12.png │ ├── solution_tsp_sa-120.png │ ├── solution_tsp_sa-121.png │ ├── solution_tsp_sa-122.png │ ├── solution_tsp_sa-123.png │ ├── solution_tsp_sa-124.png │ ├── solution_tsp_sa-125.png │ ├── solution_tsp_sa-13.png │ ├── solution_tsp_sa-14.png │ ├── solution_tsp_sa-15.png │ ├── solution_tsp_sa-16.png │ ├── solution_tsp_sa-17.png │ ├── solution_tsp_sa-18.png │ ├── solution_tsp_sa-19.png │ ├── solution_tsp_sa-2.png │ ├── solution_tsp_sa-20.png │ ├── solution_tsp_sa-21.png │ ├── solution_tsp_sa-22.png │ ├── solution_tsp_sa-23.png │ ├── solution_tsp_sa-24.png │ ├── solution_tsp_sa-25.png │ ├── solution_tsp_sa-26.png │ ├── solution_tsp_sa-27.png │ ├── solution_tsp_sa-28.png │ ├── solution_tsp_sa-29.png │ ├── solution_tsp_sa-3.png │ ├── solution_tsp_sa-30.png │ ├── solution_tsp_sa-31.png │ ├── solution_tsp_sa-32.png │ ├── solution_tsp_sa-33.png │ ├── solution_tsp_sa-34.png │ ├── solution_tsp_sa-35.png │ ├── solution_tsp_sa-36.png │ ├── solution_tsp_sa-37.png │ ├── solution_tsp_sa-38.png │ ├── solution_tsp_sa-39.png │ ├── solution_tsp_sa-4.png │ ├── solution_tsp_sa-40.png │ ├── solution_tsp_sa-41.png │ ├── solution_tsp_sa-42.png │ ├── solution_tsp_sa-43.png │ ├── solution_tsp_sa-44.png │ ├── solution_tsp_sa-45.png │ ├── solution_tsp_sa-46.png │ ├── solution_tsp_sa-47.png │ ├── solution_tsp_sa-48.png │ ├── solution_tsp_sa-49.png │ ├── solution_tsp_sa-5.png │ ├── solution_tsp_sa-50.png │ ├── solution_tsp_sa-51.png │ ├── solution_tsp_sa-52.png │ ├── solution_tsp_sa-53.png │ ├── solution_tsp_sa-54.png │ ├── solution_tsp_sa-55.png │ ├── solution_tsp_sa-56.png │ ├── solution_tsp_sa-57.png │ ├── solution_tsp_sa-58.png │ ├── solution_tsp_sa-59.png │ ├── solution_tsp_sa-6.png │ ├── solution_tsp_sa-60.png │ ├── solution_tsp_sa-61.png │ ├── solution_tsp_sa-62.png │ ├── solution_tsp_sa-63.png │ ├── solution_tsp_sa-64.png │ ├── solution_tsp_sa-65.png │ ├── solution_tsp_sa-66.png │ ├── solution_tsp_sa-67.png │ ├── solution_tsp_sa-68.png │ ├── solution_tsp_sa-69.png │ ├── solution_tsp_sa-7.png │ ├── solution_tsp_sa-70.png │ ├── solution_tsp_sa-71.png │ ├── solution_tsp_sa-72.png │ ├── solution_tsp_sa-73.png │ ├── solution_tsp_sa-74.png │ ├── solution_tsp_sa-75.png │ ├── solution_tsp_sa-76.png │ ├── solution_tsp_sa-77.png │ ├── solution_tsp_sa-78.png │ ├── solution_tsp_sa-79.png │ ├── solution_tsp_sa-8.png │ ├── solution_tsp_sa-80.png │ ├── solution_tsp_sa-81.png │ ├── solution_tsp_sa-82.png │ ├── solution_tsp_sa-83.png │ ├── solution_tsp_sa-84.png │ ├── solution_tsp_sa-85.png │ ├── solution_tsp_sa-86.png │ ├── solution_tsp_sa-87.png │ ├── solution_tsp_sa-88.png │ ├── solution_tsp_sa-89.png │ ├── solution_tsp_sa-9.png │ ├── solution_tsp_sa-90.png │ ├── solution_tsp_sa-91.png │ ├── solution_tsp_sa-92.png │ ├── solution_tsp_sa-93.png │ ├── solution_tsp_sa-94.png │ ├── solution_tsp_sa-95.png │ ├── solution_tsp_sa-96.png │ ├── solution_tsp_sa-97.png │ ├── solution_tsp_sa-98.png │ ├── solution_tsp_sa-99.png │ ├── travelling_salesman_problem_xkcd.png │ ├── tsp.png │ ├── tsp_algorithms_totoro.png │ ├── tsp_example.png │ ├── tsp_sa.gif │ └── tspmural.jpg │ ├── tsp.jl │ └── tsp.jl.html ├── cheat_sheets.md ├── exam_projects ├── 2020-2021 │ ├── ODEGP.html │ ├── cuckoo.html │ ├── maximum_flow.html │ ├── polygon.html │ ├── raytracing.html │ └── readme.md ├── 2021-2022 │ ├── Hungarian_algorithm.html │ ├── LevenbergMarquardt.jl.html │ ├── MOO.jl.html │ ├── NewtonFractals.jl.html │ ├── Pattern_Detection_Engels_Ian_Schotte_Faust.jl.html │ ├── Qlearningfinal.jl.html │ ├── RNAfolder.jl.html │ ├── RSO.jl.html │ ├── SATsolver.html │ ├── SMA.jl.html │ ├── SuperEvolution.jl.html │ ├── antcolony.jl.html │ ├── colortransfer.html │ ├── compressedsensing.jl.html │ ├── crossentropy.jl.html │ ├── fridgeNotebook.jl.html │ ├── geneticalgorithms.jl.html │ ├── gradientstarvation.jl.html │ ├── negative_cycles_yari_van_laere.jl.html │ └── readme.md └── readme.md ├── project_instructions.md ├── scripts ├── colortransfer.jl ├── kantorovich.jl ├── maketestfigs.jl ├── monge.jl ├── pso.jl ├── tsp_algorithms.jl └── unconstrained.jl ├── src ├── STMO.jl ├── cancer.jl ├── helpers.jl ├── mst.jl ├── optimaltransport.jl ├── quadratic.jl ├── shortestpath.jl ├── targ.jl ├── testfuns.jl ├── tickettoride.jl ├── totoro.jl ├── tsp.jl ├── unconstrained.jl └── words.jl ├── test ├── helpers.jl ├── mst.jl ├── optimaltransport.jl ├── quadratic.jl ├── runtests.jl ├── shortestpath.jl ├── testfuns.jl ├── tsp.jl └── unconstrained.jl └── totoro.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/LICENSE -------------------------------------------------------------------------------- /Project.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/Project.toml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/_config.yml -------------------------------------------------------------------------------- /chapters/00.Introduction/00-GetGoingWithJulia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/00.Introduction/00-GetGoingWithJulia.md -------------------------------------------------------------------------------- /chapters/00.Introduction/simple_search.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/00.Introduction/simple_search.jl -------------------------------------------------------------------------------- /chapters/00.Introduction/simple_search.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/00.Introduction/simple_search.jl.html -------------------------------------------------------------------------------- /chapters/01.Brackets/brackets.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/01.Brackets/brackets.jl -------------------------------------------------------------------------------- /chapters/01.Brackets/brackets.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/01.Brackets/brackets.jl.html -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/cgd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/cgd.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/convergence_bound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/convergence_bound.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/convergence_decomposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/convergence_decomposition.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/convergence_gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/convergence_gd.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/convergence_gd_momentum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/convergence_gd_momentum.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/descent_step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/descent_step.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/logo.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/signal.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/Figures/signal_study.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/Figures/signal_study.png -------------------------------------------------------------------------------- /chapters/02.Quadratic/quadratic.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/quadratic.jl -------------------------------------------------------------------------------- /chapters/02.Quadratic/quadratic.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/02.Quadratic/quadratic.jl.html -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Efficient_Numpy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Efficient_Numpy.ipynb -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/ANN_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/ANN_example.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/Backprop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/Backprop.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/Forwardprop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/Forwardprop.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/broadcasting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/broadcasting.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/comgraph.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/comgraph.key -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/compgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/compgraph.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/derivatives.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/derivatives.jpeg -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/floats.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/floats.gif -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/floats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/floats.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/forwarddiff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/forwarddiff.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/logo.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/03.AutoDiff/Figures/reversediff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/Figures/reversediff.png -------------------------------------------------------------------------------- /chapters/03.AutoDiff/autodiff.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/autodiff.jl -------------------------------------------------------------------------------- /chapters/03.AutoDiff/autodiff.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/autodiff.jl.html -------------------------------------------------------------------------------- /chapters/03.AutoDiff/autodiff_SOLUTION.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/03.AutoDiff/autodiff_SOLUTION.jl -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Data/BreastCancer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Data/BreastCancer.csv -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/Convex_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/Convex_polygon.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/btls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/btls.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/classification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/classification.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/convergence_gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/convergence_gd.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/convergence_nm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/convergence_nm.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/convergence_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/convergence_sd.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/convex_function_illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/convex_function_illustration.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/convex_functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/convex_functions.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/convex_sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/convex_sets.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/example_functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/example_functions.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/figures_UC.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/figures_UC.key -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/gradient_descent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/gradient_descent.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/logistic_convergence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/logistic_convergence.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/logistic_effect_lambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/logistic_effect_lambda.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/logo.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/loss_logistic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/loss_logistic.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/newtons_method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/newtons_method.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/sd_gradients.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/sd_gradients.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/steepest_descent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/steepest_descent.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/Figures/strong_convexity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/Figures/strong_convexity.png -------------------------------------------------------------------------------- /chapters/04.Unconstrained/unconstrained.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/unconstrained.jl -------------------------------------------------------------------------------- /chapters/04.Unconstrained/unconstrained.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/04.Unconstrained/unconstrained.jl.html -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Lagr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Lagr1.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Lagr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Lagr2.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Lagr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Lagr3.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Lagr4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Lagr4.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Lagr5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Lagr5.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Lagr6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Lagr6.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/Largr6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/Largr6.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/boundary_ineq_fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/boundary_ineq_fig.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/convex_sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/convex_sets.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/example_functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/example_functions.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/ineq_const_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/ineq_const_example.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/lagrange.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/lagrange.key -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/log_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/log_bar.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/logo.png -------------------------------------------------------------------------------- /chapters/05.Constrained/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/05.Constrained/constrained.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/constrained.jl -------------------------------------------------------------------------------- /chapters/05.Constrained/constrained.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/constrained.jl.html -------------------------------------------------------------------------------- /chapters/05.Constrained/lagrange.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/lagrange.jl -------------------------------------------------------------------------------- /chapters/05.Constrained/lagrange.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/05.Constrained/lagrange.jl.html -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/barrycenters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/barrycenters.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/barrycenters_examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/barrycenters_examples.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/butterfly1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/butterfly1.jpg -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/butterfly2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/butterfly2.jpg -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/butterfly3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/butterfly3.jpg -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff.gif -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_1.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_2.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_3.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_4.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_5.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_6.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_7.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_8.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cell_diff_maps_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cell_diff_maps_9.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cells_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cells_diff.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cells_diff_matched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cells_diff_matched.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cells_locations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cells_locations.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cells_locations_matched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cells_locations_matched.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/cells_ssa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/cells_ssa.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/color_mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/color_mapping.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/color_transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/color_transfer.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/dessert_cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/dessert_cost.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/dessert_distributions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/dessert_distributions.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/desserts_high_lamda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/desserts_high_lamda.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/desserts_low_lamda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/desserts_low_lamda.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/discrete_probs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/discrete_probs1.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/discrete_probs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/discrete_probs2.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/figuren_OT.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/figuren_OT.key -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/logo.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/optimal_transport_geometric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/optimal_transport_geometric.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/ot_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/ot_example.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/simpleinterpol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/simpleinterpol.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/Figures/waddington.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/Figures/waddington.png -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/image1.jpg -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/image2.jpg -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/optimal_transportation.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/optimal_transportation.jl -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/optimal_transportation.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/optimal_transportation.jl.html -------------------------------------------------------------------------------- /chapters/06.OptimalTransport/optimal_transportation_SOLUTION.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/06.OptimalTransport/optimal_transportation_SOLUTION.jl -------------------------------------------------------------------------------- /chapters/07.MST/Figures/.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/disjointset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/disjointset1.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/disjointset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/disjointset2.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/example_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/example_graph.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/flowsom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/flowsom.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/forest.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/graph.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/heap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/heap.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/image_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/image_graph.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/image_graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/image_graph.svg -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-0.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-1.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-10.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-11.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-12.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-13.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-14.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-15.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-16.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-17.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-18.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-19.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-2.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-20.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-21.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-22.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-23.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-24.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-25.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-26.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-27.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-28.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-29.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-3.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-30.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-31.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-32.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-33.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-34.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-35.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-36.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-37.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-38.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-39.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-4.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-40.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-41.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-42.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-43.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-44.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-45.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-46.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-47.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-48.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-5.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-6.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-7.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-8.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal-9.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal.gif -------------------------------------------------------------------------------- /chapters/07.MST/Figures/kruskal_large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/kruskal_large.gif -------------------------------------------------------------------------------- /chapters/07.MST/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/logo.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/07.MST/Figures/mst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/mst.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/mst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/mst.svg -------------------------------------------------------------------------------- /chapters/07.MST/Figures/mst_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/mst_example.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/otoliths.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/otoliths.jpg -------------------------------------------------------------------------------- /chapters/07.MST/Figures/otoliths_segmented.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/otoliths_segmented.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-0.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-1.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-10.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-11.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-12.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-13.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-14.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-15.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-16.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-17.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-18.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-19.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-2.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-20.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-21.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-22.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-23.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-24.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-25.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-26.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-27.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-28.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-29.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-3.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-30.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-31.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-32.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-33.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-34.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-35.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-36.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-37.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-38.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-39.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-4.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-40.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-41.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-42.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-43.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-44.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-45.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-46.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-47.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-48.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-5.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-6.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-7.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-8.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim-9.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim.gif -------------------------------------------------------------------------------- /chapters/07.MST/Figures/prim_large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/prim_large.gif -------------------------------------------------------------------------------- /chapters/07.MST/Figures/scatter_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/scatter_plot.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/scatter_plot_clustered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/scatter_plot_clustered.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/tickettoride.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/tickettoride.jpg -------------------------------------------------------------------------------- /chapters/07.MST/Figures/tickettoride_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/tickettoride_graph.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/tree.png -------------------------------------------------------------------------------- /chapters/07.MST/Figures/tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/Figures/tree.svg -------------------------------------------------------------------------------- /chapters/07.MST/mst.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/mst.jl -------------------------------------------------------------------------------- /chapters/07.MST/mst.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/07.MST/mst.jl.html -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/.svg -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStar.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStar2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation1.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation3.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation4.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation5.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation6.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/AStarExplanation7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/AStarExplanation7.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/A_star_search-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/A_star_search-0.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/A_star_search-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/A_star_search-1.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/A_star_search-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/A_star_search-2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/A_star_search-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/A_star_search-3.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/A_star_search-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/A_star_search-4.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/A_star_search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/A_star_search.gif -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/Dijkstra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/Dijkstra.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/Dijkstra2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/Dijkstra2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation1.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation3.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation4.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation5.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation6.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation7.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation8.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/DijkstraExplanation9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/DijkstraExplanation9.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/astarexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/astarexample.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-0.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-1.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-10.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-11.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-12.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-13.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-14.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-15.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-16.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-17.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-18.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-19.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-20.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-21.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-22.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-23.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-24.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-25.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-26.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-27.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-28.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-29.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-3.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-30.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-31.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-32.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-33.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-34.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-35.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-36.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-4.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-5.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-6.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-7.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-8.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search-9.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/dijkstra_search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/dijkstra_search.gif -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/example_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/example_graph.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/logo.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths1.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths1.svg -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths1_weights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths1_weights.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths2.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths2.svg -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths2_weights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths2_weights.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths3.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths3.svg -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/paths3_weights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/paths3_weights.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/shortestpathsexercise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/shortestpathsexercise.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/shortestpathsexercise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/shortestpathsexercise.svg -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/tickettoride_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/tickettoride_graph.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/unweighted_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/unweighted_graph.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/Figures/weighted_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/Figures/weighted_graph.png -------------------------------------------------------------------------------- /chapters/08.ShortestPath/shortestpath.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/shortestpath.ipynb -------------------------------------------------------------------------------- /chapters/08.ShortestPath/shortestpath.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/shortestpath.jl -------------------------------------------------------------------------------- /chapters/08.ShortestPath/shortestpath.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/shortestpath.jl.html -------------------------------------------------------------------------------- /chapters/08.ShortestPath/shortestpath.jmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/08.ShortestPath/shortestpath.jmd -------------------------------------------------------------------------------- /chapters/09.NP-Complete/np-complete.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/09.NP-Complete/np-complete.jl -------------------------------------------------------------------------------- /chapters/09.NP-Complete/np-complete.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/09.NP-Complete/np-complete.jl.html -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/BayesianOptimizationTutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/BayesianOptimizationTutorial.ipynb -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/ANN_hyperpars 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/ANN_hyperpars 2.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/ANN_hyperpars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/ANN_hyperpars.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/BO_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/BO_example.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/CMA-ES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/CMA-ES.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/GAconcept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/GAconcept.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/GAconcept.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/GAconcept.svg -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/JC_GP_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/JC_GP_overview.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/Modes_of_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/Modes_of_action.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/acquisition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/acquisition.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/biomorphs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/biomorphs.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/crossover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/crossover.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/crossover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/crossover.svg -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/encoding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/encoding.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/encoding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/encoding.svg -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/enzybiotics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/enzybiotics.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/figures_BIO.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/figures_BIO.key -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/ga_principles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/ga_principles.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/greatness.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/greatness.jpeg -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/kriegman2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/kriegman2021.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/logo.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/logo.svg -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/mutations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/mutations.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/recipes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/recipes.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/spring 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/spring 2.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/spring.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/steppingstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/steppingstone.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/Figures/xenobots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/Figures/xenobots.png -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/PSO.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/PSO.ipynb -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/PSO.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/PSO.jl -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/PSO.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/PSO.jl.html -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/PSO.jmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/PSO.jmd -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/seaching_methods.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/seaching_methods.jl -------------------------------------------------------------------------------- /chapters/10.Metaheuristics/seaching_methods.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/10.Metaheuristics/seaching_methods.jl.html -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/2opt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/2opt.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/2opt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/2opt.svg -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/cargovelo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/cargovelo.jpeg -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/cities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/cities.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/logo.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/mona-lisa-tsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/mona-lisa-tsp.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-0.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-1.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-10.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-100.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-101.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-102.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-103.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-104.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-105.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-106.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-107.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-108.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-109.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-11.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-110.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-111.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-112.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-113.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-114.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-115.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-116.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-117.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-118.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-119.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-12.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-120.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-121.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-122.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-123.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-124.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-125.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-13.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-14.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-15.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-16.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-17.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-18.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-19.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-2.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-20.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-21.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-22.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-23.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-24.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-25.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-26.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-27.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-28.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-29.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-3.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-30.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-31.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-32.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-33.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-34.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-35.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-36.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-37.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-38.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-39.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-4.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-40.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-41.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-42.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-43.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-44.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-45.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-46.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-47.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-48.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-49.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-5.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-50.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-51.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-52.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-53.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-54.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-55.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-56.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-57.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-58.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-59.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-6.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-60.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-61.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-62.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-63.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-64.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-65.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-66.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-67.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-68.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-69.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-7.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-70.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-71.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-72.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-73.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-74.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-75.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-76.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-77.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-78.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-79.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-8.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-80.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-81.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-82.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-83.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-84.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-85.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-86.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-87.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-88.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-89.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-9.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-90.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-91.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-92.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-93.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-94.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-95.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-96.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-97.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-98.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/solution_tsp_sa-99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/solution_tsp_sa-99.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/travelling_salesman_problem_xkcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/travelling_salesman_problem_xkcd.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/tsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/tsp.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/tsp_algorithms_totoro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/tsp_algorithms_totoro.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/tsp_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/tsp_example.png -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/tsp_sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/tsp_sa.gif -------------------------------------------------------------------------------- /chapters/11.TSP/Figures/tspmural.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/Figures/tspmural.jpg -------------------------------------------------------------------------------- /chapters/11.TSP/tsp.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/tsp.jl -------------------------------------------------------------------------------- /chapters/11.TSP/tsp.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/chapters/11.TSP/tsp.jl.html -------------------------------------------------------------------------------- /cheat_sheets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/cheat_sheets.md -------------------------------------------------------------------------------- /exam_projects/2020-2021/ODEGP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2020-2021/ODEGP.html -------------------------------------------------------------------------------- /exam_projects/2020-2021/cuckoo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2020-2021/cuckoo.html -------------------------------------------------------------------------------- /exam_projects/2020-2021/maximum_flow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2020-2021/maximum_flow.html -------------------------------------------------------------------------------- /exam_projects/2020-2021/polygon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2020-2021/polygon.html -------------------------------------------------------------------------------- /exam_projects/2020-2021/raytracing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2020-2021/raytracing.html -------------------------------------------------------------------------------- /exam_projects/2020-2021/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2020-2021/readme.md -------------------------------------------------------------------------------- /exam_projects/2021-2022/Hungarian_algorithm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/Hungarian_algorithm.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/LevenbergMarquardt.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/LevenbergMarquardt.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/MOO.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/MOO.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/NewtonFractals.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/NewtonFractals.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/Pattern_Detection_Engels_Ian_Schotte_Faust.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/Pattern_Detection_Engels_Ian_Schotte_Faust.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/Qlearningfinal.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/Qlearningfinal.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/RNAfolder.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/RNAfolder.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/RSO.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/RSO.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/SATsolver.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/SATsolver.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/SMA.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/SMA.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/SuperEvolution.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/SuperEvolution.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/antcolony.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/antcolony.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/colortransfer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/colortransfer.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/compressedsensing.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/compressedsensing.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/crossentropy.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/crossentropy.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/fridgeNotebook.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/fridgeNotebook.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/geneticalgorithms.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/geneticalgorithms.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/gradientstarvation.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/gradientstarvation.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/negative_cycles_yari_van_laere.jl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/negative_cycles_yari_van_laere.jl.html -------------------------------------------------------------------------------- /exam_projects/2021-2022/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/2021-2022/readme.md -------------------------------------------------------------------------------- /exam_projects/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/exam_projects/readme.md -------------------------------------------------------------------------------- /project_instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/project_instructions.md -------------------------------------------------------------------------------- /scripts/colortransfer.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/colortransfer.jl -------------------------------------------------------------------------------- /scripts/kantorovich.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/kantorovich.jl -------------------------------------------------------------------------------- /scripts/maketestfigs.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/maketestfigs.jl -------------------------------------------------------------------------------- /scripts/monge.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/monge.jl -------------------------------------------------------------------------------- /scripts/pso.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/pso.jl -------------------------------------------------------------------------------- /scripts/tsp_algorithms.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/tsp_algorithms.jl -------------------------------------------------------------------------------- /scripts/unconstrained.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/scripts/unconstrained.jl -------------------------------------------------------------------------------- /src/STMO.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/STMO.jl -------------------------------------------------------------------------------- /src/cancer.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/cancer.jl -------------------------------------------------------------------------------- /src/helpers.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/helpers.jl -------------------------------------------------------------------------------- /src/mst.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/mst.jl -------------------------------------------------------------------------------- /src/optimaltransport.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/optimaltransport.jl -------------------------------------------------------------------------------- /src/quadratic.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/quadratic.jl -------------------------------------------------------------------------------- /src/shortestpath.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/shortestpath.jl -------------------------------------------------------------------------------- /src/targ.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/targ.jl -------------------------------------------------------------------------------- /src/testfuns.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/testfuns.jl -------------------------------------------------------------------------------- /src/tickettoride.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/tickettoride.jl -------------------------------------------------------------------------------- /src/totoro.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/totoro.jl -------------------------------------------------------------------------------- /src/tsp.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/tsp.jl -------------------------------------------------------------------------------- /src/unconstrained.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/unconstrained.jl -------------------------------------------------------------------------------- /src/words.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/src/words.jl -------------------------------------------------------------------------------- /test/helpers.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/helpers.jl -------------------------------------------------------------------------------- /test/mst.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/mst.jl -------------------------------------------------------------------------------- /test/optimaltransport.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/optimaltransport.jl -------------------------------------------------------------------------------- /test/quadratic.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/quadratic.jl -------------------------------------------------------------------------------- /test/runtests.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/runtests.jl -------------------------------------------------------------------------------- /test/shortestpath.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/shortestpath.jl -------------------------------------------------------------------------------- /test/testfuns.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/testfuns.jl -------------------------------------------------------------------------------- /test/tsp.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/tsp.jl -------------------------------------------------------------------------------- /test/unconstrained.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/test/unconstrained.jl -------------------------------------------------------------------------------- /totoro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MichielStock/STMO/HEAD/totoro.png --------------------------------------------------------------------------------