Skip to content

Commit

Permalink
Update after release of v24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Jul 8, 2024
1 parent 92dd7f5 commit 08d174c
Show file tree
Hide file tree
Showing 52 changed files with 194 additions and 109 deletions.
Binary file removed Images/CMAES_convergence.png
Binary file not shown.
Binary file removed Images/CMAES_cost_trace.png
Binary file not shown.
Binary file removed Images/CMAES_parameters.png
Binary file not shown.
Binary file removed Images/CMAES_quick_plot.png
Binary file not shown.
File renamed without changes
Binary file added Images/Diagrams/PyBOP-high-level.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Diagrams/PyBOP_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Diagrams/Supported_classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added Images/Examples/CMAES_convergence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Examples/CMAES_cost_trace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Examples/CMAES_parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Examples/CMAES_quick_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Examples/MaxEnergy_cost_trace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Examples/MaxEnergy_quick_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Highlights/LGM50_Fig1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Highlights/LGM50_Fig2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Highlights/MAP_cost_landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Highlights/MAP_param_convergence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/MaxEnergy_cost_trace.png
Binary file not shown.
Binary file removed Images/MaxEnergy_quick_plot.png
Binary file not shown.
Binary file removed Images/Optimisers/adam_cost.png
Binary file not shown.
Binary file removed Images/Optimisers/adam_params.png
Binary file not shown.
Binary file added Images/Optimisers/adamw_cost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Optimisers/adamw_params.png
Binary file modified Images/Optimisers/cmaes_cost.png
Binary file modified Images/Optimisers/cmaes_params.png
Binary file modified Images/Optimisers/graddesc_cost.png
Binary file modified Images/Optimisers/graddesc_params.png
Binary file modified Images/Optimisers/irpropmin_cost.png
Binary file modified Images/Optimisers/irpropmin_params.png
Binary file added Images/Optimisers/neldermead_cost.png
Binary file added Images/Optimisers/neldermead_params.png
Binary file removed Images/Optimisers/nlopt_cost.png
Diff not rendered.
Binary file removed Images/Optimisers/nlopt_params.png
Diff not rendered.
Binary file modified Images/Optimisers/pso_cost.png
Binary file modified Images/Optimisers/pso_params.png
Binary file modified Images/Optimisers/scipyde_cost.png
Binary file modified Images/Optimisers/scipyde_params.png
Binary file modified Images/Optimisers/scipymin_cost.png
Binary file modified Images/Optimisers/scipymin_params.png
Binary file modified Images/Optimisers/snes_cost.png
Binary file modified Images/Optimisers/snes_params.png
Binary file modified Images/Optimisers/xnes_cost.png
Binary file modified Images/Optimisers/xnes_params.png
Binary file removed Theme/Logos/Draft_Logo.png
Diff not rendered.
Binary file added Theme/Logos/PyBOP_logo.png
Binary file removed Theme/Logos/Temp_Logo.png
Diff not rendered.
1 change: 1 addition & 0 deletions Theme/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
\usepackage{hyperref}
\usepackage{fontawesome} % list of icons available in the docs: https://anorien.csc.warwick.ac.uk/mirrors/CTAN/fonts/fontawesome/doc/fontawesome.pdf
\usepackage[UKenglish]{babel} % for UK date
\usepackage{svg}

\usepackage{tabularx} % for even-width columns
\newcolumntype{Y}{>{\centering\arraybackslash}X}
Expand Down
7 changes: 5 additions & 2 deletions Theme/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
\usefonttheme{serif}
\setbeamerfont{institute}{size=\small}

% Define additional commands
\newcommand{\issue}[1]{\href{https://github.com/pybop-team/PyBOP/pull/#1}{\##1}}

% Define additional colours
\definecolor{oxfordblue}{RGB}{0,33,71}
\definecolor{oxfordmauve}{RGB}{119,104,133}
Expand Down Expand Up @@ -46,7 +49,7 @@
\pgfdeclareimage[width=1.4cm]{OxfordLogoV3}{Theme/Logos/OxfordLogoV3.png}

% Set shorthand commands
\newcommand{\pybop}{\includegraphics[width=2cm]{Theme/Logos/Temp_Logo.png}}
\newcommand{\pybop}{\includegraphics[width=2cm]{Theme/Logos/PyBOP_logo.png}}


%% Title slide formatting %%
Expand Down Expand Up @@ -102,7 +105,7 @@
\rule{60pt}{0.2pt}
}
\put(356,-20){%
\includegraphics[width=2cm]{Theme/Logos/Temp_Logo.png}
\includegraphics[width=2cm]{Theme/Logos/PyBOP_logo.png}
}
\end{picture}
\vfill
Expand Down
Loading

0 comments on commit 08d174c

Please sign in to comment.