Page MenuHomec4science

Project.tex
No OneTemporary

File Metadata

Created
Wed, May 1, 19:51

Project.tex

\documentclass[11pt,a4paper]{article}
\usepackage{anysize}
\usepackage{amsmath}
\usepackage{bbold}
\usepackage{utf8math}
%\DeclareMathOperator{\lp}{\textbf{LP}}
\DeclareMathOperator{\lp}{LP}
\DeclareMathOperator{\supp}{supp}
\newcommand{\A}{\mathcal{A}}
\newcommand{\T}{\mathcal{T}}
\newcommand{\LO}{\mathcal{O}}
\begin{document}
\section{Basic problem}
\label{sec:1}
Given a matrix $A ∈ ℝ_{≥0}^{n × n}$, representing a \emph{target} molecule and a \emph{database} $B^{(i)} ∈ ℝ^{n_i ×n_i}$ $i ∈ \{1,\dots,k\}$. The $n_i$ are usually small, around $7$.
A \emph{solution} is a permutation $π ∈ S_n$, a multiset $S ⊆ \{1,\dots,k\}$ and a mapping $p: S ⟶ \{1,\dots,n\}$. The \emph{objective value} of the solution is $\| A_π - A_{S,p}\|_2^2$, where $A_π$ is the matrix stemming from $A$ where the rows and columns were permuted by $π$ and $A_{S_p}$ is the block-diagonal matrix that stems from the elements in $S$ that are put with upper leftmost component on the corresponding position described by $p$.
A feasibility constraint is that $S$ and $p$ induce a partition of the set $\{1,\dots,n\}$.
Overarching goal for Chemistry: Suggest new ways to synthesize a target molecule.
\begin{itemize}
\item Bigger database of pieces should make sense. Efficiency is a
problem can be overcome. Also the pieces need a score (objective
value) on the cost to synthesize them. This can be modeled in the objective function.
\item Diversity of solutions: One way would be to list pareto optimal
solutions using distance, sums of costs of pieces, .... Another way
would be to model diversity
\item Objective function should also model the number of smaller pieces. The more pieces in the solution, the more synthesis steps.
\end{itemize}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

Event Timeline