Skip to content

Commit 3f4173b

Browse files
committed
Add July feature highlights
1 parent 08d174c commit 3f4173b

12 files changed

+51
-8
lines changed
73.2 KB
Loading
55.4 KB
Loading

Images/Highlights/multi_cost.png

46.8 KB
Loading

Images/Highlights/multi_data_1.png

68.6 KB
Loading

Images/Highlights/multi_data_2.png

66.8 KB
Loading
80.4 KB
Loading
68.3 KB
Loading

Images/Optimisers/adam_cost.png

38.9 KB
Loading

Images/Optimisers/adam_params.png

57 KB
Loading

Images/Optimisers/cuckoo_cost.png

38.5 KB
Loading

Images/Optimisers/cuckoo_params.png

212 KB
Loading

main.tex

+51-8
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,58 @@ \section{Updates}
7171
\end{beamercolorbox}
7272
\end{frame}
7373

74-
\begin{frame}[fragile,t]{New in v24.6: Feature highlight}
74+
\begin{frame}[fragile,t]{New in v24.6: Additional optimisers}
7575
\vspace{-6mm}
76-
% \issue{241} - Adds experimental circuit model fitting notebook with LG M50 data from: \href{https://github.com/WDWidanage/Simscape-Battery-Library/tree/main/Examples/parameterEstimation_TECMD/Data}{https://github.com/WDWidanage/Simscape-Battery-Library/tree/main/Examples/parameterEstimation\_TECMD/Data}
77-
% \begin{figure}
78-
% \centering
79-
% \includegraphics[height=0.3\textwidth]{Images/Highlights/LGM50_Fig1.png}
80-
% \includegraphics[height=0.3\textwidth]{Images/Highlights/LGM50_Fig2.png}
81-
% \label{fig:LGM50}
82-
% \end{figure}
76+
\issue{319} - Adds CuckooSearch optimiser with corresponding tests.
77+
\issue{316} - Adds Adam with weight decay (AdamW), deprecates pints.Adam.
78+
79+
\begin{table}[]
80+
\centering
81+
\footnotesize
82+
\begin{tabularx}{0.86\textwidth}{*{2}{Y}}
83+
Adam with weight decay (AdamW) &
84+
Cuckoo search
85+
\end{tabularx}
86+
\end{table}
87+
\vspace{-6mm}
88+
\begin{figure}
89+
\centering
90+
\includegraphics[width=0.2\textwidth]{Images/Optimisers/adamw_cost.png}
91+
\includegraphics[width=0.28\textwidth]{Images/Optimisers/adamw_params.png} ~
92+
\includegraphics[width=0.2\textwidth]{Images/Optimisers/cuckoo_cost.png}
93+
\includegraphics[width=0.28\textwidth]{Images/Optimisers/cuckoo_params.png}
94+
% \caption{Caption}
95+
\label{fig:optimisersNew}
96+
\end{figure}
97+
\end{frame}
98+
99+
\begin{frame}[fragile,t]{New in v24.6: GITT fitting example}
100+
\vspace{-6mm}
101+
\issue{249} - Add WeppnerHuggins model and GITT example.
102+
103+
\begin{figure}
104+
\centering
105+
\includegraphics[width=0.5\textwidth]{Images/Highlights/gitt_IRPropMin_fit.png}
106+
\includegraphics[width=0.48\textwidth]{Images/Highlights/gitt_IRPropMin_parameter.png}
107+
% \caption{Caption}
108+
\label{fig:WeppnerHuggins}
109+
\end{figure}
110+
\end{frame}
111+
112+
\begin{frame}[fragile,t]{New feature (WIP): Multi-fitting problem class}
113+
\vspace{-6mm}
114+
\issue{364} - Adds the MultiFittingProblem class and the multi\_fitting example script.
115+
\issue{322} - Add Parameters class to store and access multiple parameters in one object.
116+
117+
\vspace{-2mm}
118+
\begin{figure}
119+
\centering
120+
\includegraphics[width=0.3\textwidth]{Images/Highlights/multi_data_fitting.png}
121+
\includegraphics[width=0.34\textwidth]{Images/Highlights/multi_cost.png}
122+
\includegraphics[width=0.34\textwidth]{Images/Highlights/multi_parameters.png}
123+
% \caption{Caption}
124+
\label{fig:MultiFitting}
125+
\end{figure}
83126
\end{frame}
84127

85128
\begin{frame}[plain]

0 commit comments

Comments
 (0)