Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Max Destabilizer Rank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luke naylor latex documents
research
Max Destabilizer Rank
Commits
fa1aea1d
Commit
fa1aea1d
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Add contents of limitations section for Schmidt algorithm
parent
3253b0ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tex
+32
-1
32 additions, 1 deletion
main.tex
with
32 additions
and
1 deletion
main.tex
+
32
−
1
View file @
fa1aea1d
...
...
@@ -693,7 +693,38 @@ Goals:
\item
noticeably slow (show benchmark)
\end{itemize}
\section
{
Refinement
}
The main downside of this algorithm is that many
$
r
$
,
$
c
$
pairs which are tested
end up not yielding any solutions for the problem.
In fact, solutions
$
u
$
to our problem with high rank must have
$
\mu
(
u
)
$
close to
$
\beta
_{
-
}$
:
\begin{align*}
0
&
\leq
\chern
_
1
^{
\beta
_{
-
}}
(u)
\leq
\chern
_
1
^{
\beta
_{
-
}}
(u)
\\
0
&
\leq
\mu
(u) -
\beta
_{
-
}
\leq
\frac
{
\chern
_
1
^{
\beta
_{
-
}}
(v)
}{
r
}
\end{align*}
In particular, it's the
$
\chern
_
1
^{
\beta
_{
-
}}
(
v
-
u
)
\geq
0
$
conditions which
fails for
$
r
$
,
$
c
$
pairs with large
$
r
$
and
$
\frac
{
c
}{
r
}$
too far from
$
\beta
_{
-
}$
.
This condition is only checked within the internal loop.
This, along with a conservative estimate for a bound on the
$
r
$
values (as
illustrated in example
\ref
{
exmpl:recurring-first
}
) occasionally leads to slow
computations.
Here are some benchmarks to illustrate the performance benefits of the
alternative algorithm which will later be described in this article [ref].
\begin{center}
\begin{tabular}
{
|r|l|l|
}
\hline
Choice of
$
v
$
on
$
\mathbb
{
P
}^
2
$
&
$
(
3
,
2
\ell
,
-
2
)
$
&
$
(
3
,
2
\ell
,
-
\frac
{
15
}{
2
}
)
$
\\
\hline
Computation time for earlier [ref] program
&
\sim
20s
&
>1hr
\\
Computation time for [ref] program
&
\sim
50ms
&
\sim
50ms
\\
\hline
\end{tabular}
\end{center}
\section
{
Tighter Bounds
}
\label
{
sec:refinement
}
To get tighter bounds on the rank of destabilizers
$
E
$
of some
$
F
$
with some
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment