上のO ( n ) アルゴリズムは,上のk -sum サブレベルセットにプロジェクションする
1Department of Industrial and Systems Engineering, University of Minnesota, Minneapolis, MN 55414, USA.
まとめ
超量子的な最適化に不可欠な 頂点k-sumサブレベルセットへの ユークリッド式投影のための新しい解き方を開発しました 私たちの有限終端アルゴリズムは O (n) の複雑性を達成し,大規模な問題に対する既存の方法を大幅に上回ります.
科学分野:
- 最適化について
- 数値分析
- 計算式数学
背景:
- 最大のkベクトルの構成要素の和を識別する.
- トップ・k・サム・サブレベル集合に対するユークリッド式投影は,複合超定量最適化問題を解くために不可欠である.
- 既存の投影方法は複雑性が異なっており,一部は大規模アプリケーションでは非効率である.
研究 の 目的:
- top-k-sum サブレベルセットへのユークリッド式投影のための2つの有限終止アルゴリズムを実装する新しい解き方を導入する.
- 既存のプロジェクションアルゴリズムと比較して計算効率を向上させる.
- 大規模な超量子的な最適化問題によって引き起こされる課題に対処する.
主な方法:
- ユークリッド投影を計算するための2つの有限終止アルゴリズムを開発した.
- 解析されたアルゴリズムの複雑さ,kから独立して並べられたベクトルの浮動小数点演算を O (n) 達成する.
- 配列の問題の計算コストを削減し,未配列ベクトルの近似分類を活用する手順を派生しました.
主要な成果:
- 提案されたアルゴリズムは,並べられたベクトルのO ((n)) 複雑性を示し,既存のO ((k ((n-k)) とO ((n + D log D)) 方法よりも大幅に改善した.
- 排列されていないベクトルの場合,近似排列は効率をさらに高め,特に同様の投影の問題のシーケンスには役立ちます.
- 数学的実験では,n=10^7,k=10^4の解は0.05秒で示され,半歯ニュートン (1秒) と他の方法 (分から時間) を大幅に上回る.
結論:
- この新しいソルバーは,Euclideanプロジェクションを top-k-sum サブレベルセットに高度に効率的でスケーラブルなソリューションを提供します.
- O (n) の複雑性と近似的分類手順は,実用的な超定量最適化に実質的な利点を提供します.
- これらの進歩により,以前よりもはるかに大きな問題を解決できます.
関連する概念動画
Fischer Projections
13.8K
Learning to draw Fischer projections of molecules and understanding their relevance plays a crucial role in the visual depiction of organic molecules. A Fischer projection is a two-dimensional projection on a planar surface to simplify the three-dimensional wedge–dash representation of molecules. This is especially helpful in the case of molecules with multiple chiral centers that can be difficult to draw. Here, all the bonds of interest are represented as horizontal or vertical lines.
13.8K
Methods of Obtaining Topography
116
Topography involves measuring and mapping land elevations, natural features, and artificial structures to create accurate representations of the terrain. Topographic surveying relies on traditional and modern methods, each with distinct advantages and limitations.Traditional Surveying Methods:Transit stadia surveys and plane table surveys were widely used traditional surveying methods. These techniques relied on instruments like theodolites and stadia rods for measuring distances and angles,...
116
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
100
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
100
Superposition Theorem
830
The superposition principle is a fundamental concept stating that in a linear circuit, the voltage across (or current through) an element can be determined by summing the individual contributions of each independent source acting in isolation. When dealing with linear circuits containing multiple independent sources, this principle serves as a valuable tool for analysis. To apply the superposition principle effectively, one should focus on a single independent source at a time while...
830
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
708
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
On...
708
Area Computation by the Alternative Coordinate Method
152
The alternative coordinate method, also known as the Shoelace Formula, is a technique for determining the area of a traverse using Cartesian coordinates. This method relies on the sequential arrangement of x and y coordinates for each point of the shape, ensuring accuracy and ease of application.In this approach, each corner's x and y coordinates are listed as fractions, with the x-coordinate as the numerator and the y-coordinate as the denominator. These coordinates are arranged sequentially...
152


