optimization

Tag

Cards List
#optimization

Newton-Schulz Retraction-Based Inference Enables Hidden Quantum Markov Models to Outperform Classical HMMs

arXiv cs.LG · 3d ago Cached

The paper introduces NS-RIS, a scalable Newton-Schulz retraction-based algorithm for learning hidden quantum Markov models on the Stiefel manifold, providing the first mathematical performance guarantee and empirical evidence that HQMMs can outperform EM-trained HMMs on non-quantum-generated data.

0 favorites 0 likes
#optimization

CEDAR: Agent-Orchestrated Tree Search for Goal-Directed Optimization of Complex Systems

arXiv cs.AI · 3d ago Cached

Introduces CEDAR, an autonomous method that uses LLM agents with Monte Carlo Tree Search to discover complex systems satisfying user-specified behavioral goals, reducing human effort and enabling goal-directed design.

0 favorites 0 likes
#optimization

Vehicle routing problem using deep reinforcement learning - A case study about truck planning in the industry

arXiv cs.AI · 3d ago Cached

This paper presents a deep reinforcement learning approach for solving vehicle routing problems, demonstrated through three industrial truck planning case studies. The proposed method achieves over 10% cost reduction compared to baseline results and discusses generalization to more VRP variants.

0 favorites 0 likes
#optimization

Agent Diagnosis and Optimization

Reddit r/AI_Agents · 3d ago

The author shares an agent-design-review Skill for systematically diagnosing and optimizing Agent architectures, covering Prompt, tool permissions, context, security, memory, evaluation, cost, observability, and more, and outputting evidence-based P0/P1/P2 issues to help avoid common pitfalls.

0 favorites 0 likes
#optimization

A Tale of Dynamic Programming (2022)

Hacker News Top · 4d ago Cached

A deep-dive educational article exploring dynamic programming as a unifying principle behind shortest-path algorithms, neural network training, and context-free grammar parsing, tying together automata, optimal control, and linear programming.

0 favorites 0 likes
#optimization

Counting the days, revisited

Lobsters Hottest · 4d ago Cached

Tony Finch revisits his Gregorian-to-Julian day conversion algorithm, incorporating tricks from Ben Joffe to produce a more efficient and robust formula.

0 favorites 0 likes
#optimization

@rohanpaul_ai: Making SQLite 5% faster would already be powerful. Here, an AI agent, KISS Sorcar, got 59% improvement in under 8 hours…

X AI KOLs Following · 5d ago Cached

An AI agent called KISS Sorcar achieved a verified 1.59x geometric-mean speedup on SQLite across four benchmarks in under 8 hours for less than $150, passing over 1 million SQLite tests. This highlights the growing capability of coding agents.

0 favorites 0 likes
#optimization

PS3 emulation is fast on ARM now

Lobsters Hottest · 6d ago Cached

RPCS3's ARM port now runs 60% faster and draws 25% less power after fixing a busy-wait timer bug, replacing x86 pause with ARM ISB, and reworking LLVM code generation. The gains come from low-level ARM optimizations driven by a cheap Android handheld test device.

0 favorites 0 likes
#optimization

Tail-Call Interpreters in Rust – Jimmy Ostler

Hacker News Top · 6d ago Cached

Jimmy Ostler explores tail-call interpreters in Rust, implementing and benchmarking various VM dispatch techniques including switch dispatch, subroutine threading, and tail-call optimized machines.

0 favorites 0 likes
#optimization

Position: It's Time to Optimize LLMs for Self-Consistency

arXiv cs.CL · 6d ago Cached

This position paper argues that many LLM failures stem from evaluating outputs independently and proposes a self-consistency framework that treats diverse techniques as special cases of consistency optimization.

0 favorites 0 likes
#optimization

Hyper-ES: Effective Evolution Strategies for LLM Reasoning via Descent Direction Merging

arXiv cs.AI · 6d ago Cached

This paper proposes Hyper-ES, a subspace-based evolution strategy framework for LLM reasoning that obtains descent directions via lightweight gradient-based fine-tuning and then uses CMA-ES to merge layer-wise DARE-TIES coefficients, consistently outperforming GRPO-LoRA while requiring fewer gradient updates.

0 favorites 0 likes
#optimization

Posture and Sustainment Optimization Under Adversarial Uncertainty

arXiv cs.AI · 6d ago Cached

This paper introduces a scenario-weighted adversarially robust posture optimization engine for military asset allocation, proposing CEV and RobustCEV optimizers that outperform greedy baselines under adversarial threat uncertainty.

0 favorites 0 likes
#optimization

The Optimizer Is the Agent: Reasoning-Driven Search across Prompts, Programs, and ML Workflows

Hugging Face Daily Papers · 6d ago Cached

ReASearch is a unified framework where a single tool-using agent internalizes the search policy for optimizing prompts, programs, and ML workflows, outperforming specialized baselines across 14 tasks.

0 favorites 0 likes
#optimization

Can recurring LLM traces be synthesized into deterministic pipelines of typed ML and NLP operators? [D]

Reddit r/MachineLearning · 2026-08-06

The article investigates whether recurring LLM workloads can be replaced by automatically synthesized deterministic pipelines of typed ML/NLP operators, and asks for feedback on feasibility and approaches.

0 favorites 0 likes
#optimization

Just One Function, 10x Faster? Reading a Rust Performance PR

Lobsters Hottest · 2026-08-06 Cached

A deep-dive blog post walks through a Rust performance PR in GreptimeDB that makes Prometheus read conversion 10x faster, with benchmark reproduction and code analysis.

0 favorites 0 likes
#optimization

Final optimization: from ~10 tok/s to ~15 tok/s on DeepSeek-V4-Flash-0731 at 128K ctx - 1 RTX 3090

Reddit r/LocalLLaMA · 2026-08-06

Tests et réglages détaillés pour optimiser DeepSeek-V4-Flash-0731 en GGUF sur une RTX 3090, atteignant ~15 tok/s à 128K de contexte grâce à différentes quantifications et paramètres de chargement.

0 favorites 0 likes
#optimization

Shrinking Ruby Hashes

Lobsters Hottest · 2026-08-06 Cached

An in-depth technical blog post examining Ruby Hash memory usage, comparing it to Structs, and exploring historical implementation changes and potential optimizations for shrinking hashes.

0 favorites 0 likes
#optimization

From Non-Convex Self-Concordant Regularization to Scalable Quasi-Newton Training of PINNs

arXiv cs.LG · 2026-08-06 Cached

This paper proposes SCORE, a self-concordance-inspired quasi-Newton method for training physics-informed neural networks (PINNs). It uses a decrement-coupled shifted secant geometry to improve final accuracy on nonlinear PDE benchmarks without requiring Hessian computations.

0 favorites 0 likes
#optimization

Equitable System-Prompt Selection via Constrained Mixed-Strategy GroupDRO

arXiv cs.CL · 2026-08-06 Cached

This paper introduces a constrained mixed-strategy GroupDRO framework for equitable system-prompt selection, assigning weights to existing prompts to minimize worst-case information-quality loss across demographic groups and metrics. Experiments across five LLMs on bilingual medical and finance benchmarks show consistent reductions in worst-case quality drops while preserving average performance.

0 favorites 0 likes
#optimization

LaPrune: Controllable Differentiable Sparsity at Million Scale

arXiv cs.LG · 2026-08-06 Cached

LaPrune introduces a differentiable sparse-selection layer that independently controls budget and mask hardness at million scale, using a LapSum barrier and normalized second-moment constraint to approximate hard top-k selection while preserving selected mass.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback