awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesPerformance Accelerators

Utilities for accelerating numerical computations through sparsity detection, matrix coloring, and hardware offloading.

Distinct from Nonlinear Optimization Solvers: Distinct from Nonlinear Optimization Solvers: focuses on general performance acceleration techniques for solvers rather than specific nonlinear optimization algorithms.

Explore 3 awesome GitHub repositories matching scientific & mathematical computing · Performance Accelerators. Refine with filters or upvote what's useful.

Awesome Performance Accelerators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ceres-solver/ceres-solverالصورة الرمزية لـ ceres-solver

    ceres-solver/ceres-solver

    4,499عرض على GitHub↗

    Ceres Solver هي مكتبة C++ للتحسين العددي، متخصصة في المربعات الصغرى غير الخطية ومشاكل التحسين غير المقيدة. تعمل كإطار عمل للتمايز التلقائي وملاءمة المنحنى القوية، وتوفر أدوات لحل النماذج الرياضية واسعة النطاق. تتميز المكتبة بقدرات تعديل الحزمة، التي تستغل هياكل المصفوفة المتفرقة لتحسين نقاط المشهد ثلاثي الأبعاد ومعلمات الكاميرا. تستخدم التمايز التلقائي للرقم المزدوج لحساب مشتقات دوال التكلفة، مما يزيل الحاجة إلى اشتقاق Jacobian اليدوي. يغطي المشروع مجموعة واسعة من قدرات التحسين، بما في ذلك قيود المتشعب للمساحات غير الإقليدية، ودوال الخسارة القوية لتخفيف القيم المتطرفة، وحل النظام الخطي الكثيف والمتفرق. كما يوفر أدوات لتحويل تمثيل الدوران، واستيفاء البيانات المجدولة، وتقدير تباين المعلمات. تتوفر تكوينات البناء لأهداف Android و iOS لدعم تحسين أجهزة الهاتف المحمول.

    Optimizes memory and computation when the structural patterns of data change during the optimization process.

    C++
    عرض على GitHub↗4,499
  • sciml/differentialequations.jlالصورة الرمزية لـ SciML

    SciML/DifferentialEquations.jl

    3,121عرض على GitHub↗

    DifferentialEquations.jl is a comprehensive numerical library designed for solving ordinary, stochastic, delay, and algebraic differential equations. It functions as a high-performance solver suite that integrates scientific machine learning, probabilistic programming, and automated differentiation into a unified framework. By leveraging multiple dispatch and symbolic-numeric integration, the library provides a flexible environment for complex mathematical modeling and simulation. The project distinguishes itself through its ability to bridge traditional numerical analysis with modern machine

    Accelerates complex computations through automated sparsity detection, matrix coloring, and hardware offloading.

    Juliadaeddedelay-differential-equations
    عرض على GitHub↗3,121
  • juliasymbolics/symbolics.jlالصورة الرمزية لـ JuliaSymbolics

    JuliaSymbolics/Symbolics.jl

    1,514عرض على GitHub↗

    Symbolics.jl is a foundational framework for symbolic mathematics, automated differentiation, and scientific compilation within the Julia programming language. It provides a comprehensive system for algebraic manipulation, expression simplification, and the construction of mathematical models, enabling users to represent complex physical and chemical systems as symbolic equations. The library distinguishes itself through a source-to-source compilation engine that translates high-level symbolic representations directly into optimized, parallelized, and hardware-specific numerical code. By util

    Provides automated sparsity detection for Jacobians and Hessians to skip zero-value computations during numerical execution.

    Juliacascomputer-algebra-systemhigh-performance
    عرض على GitHub↗1,514
  1. Home
  2. Scientific & Mathematical Computing
  3. Numerical and Mathematical Foundations
  4. Optimization & Solvers
  5. Nonlinear Optimization Solvers
  6. Performance Accelerators

استكشف الوسوم الفرعية

  • Dynamic Sparsity Management1 وسم فرعيOptimization of memory and computation for solvers where the sparsity pattern of data changes. **Distinct from Performance Accelerators:** Handles the dynamic change of structural patterns during optimization, not just static sparsity detection.
  • Logic Processing AcceleratorsTechniques for increasing the execution frequency of simulated wiring networks in logic-based processors. **Distinct from Performance Accelerators:** Distinct from Performance Accelerators: focuses on logic-gate signal propagation speed rather than general numerical computation offloading.