Close Menu
Ztoog
    What's Hot
    Technology

    Apple A17 Pro SoC single-core benchmark score close to the Intel i9-13900K and AMD 7950X

    Technology

    Notes from a Micro:bit Workshop

    Science

    A bold new take on quantum theory could reveal how reality emerges

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » AI accelerates problem-solving in complex scenarios | Ztoog
    AI

    AI accelerates problem-solving in complex scenarios | Ztoog

    Facebook Twitter Pinterest WhatsApp
    AI accelerates problem-solving in complex scenarios | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    While Santa Claus might have a magical sleigh and 9 plucky reindeer to assist him ship presents, for firms like FedEx, the optimization downside of effectively routing vacation packages is so difficult that they usually make use of specialised software program to discover a answer.

    This software program, known as a mixed-integer linear programming (MILP) solver, splits an enormous optimization downside into smaller items and makes use of generic algorithms to try to discover the perfect answer. However, the solver may take hours — and even days — to reach at an answer.

    The course of is so onerous that an organization usually should cease the software program partway by, accepting an answer that’s not splendid however the perfect that may very well be generated in a set period of time.

    Researchers from MIT and ETH Zurich used machine studying to hurry issues up.

    They recognized a key intermediate step in MILP solvers that has so many potential options it takes an infinite period of time to unravel, which slows your entire course of. The researchers employed a filtering approach to simplify this step, then used machine studying to seek out the optimum answer for a selected sort of downside.

    Their data-driven method permits an organization to make use of its personal information to tailor a general-purpose MILP solver to the issue at hand.

    This new approach sped up MILP solvers between 30 and 70 %, with none drop in accuracy. One may use this methodology to acquire an optimum answer extra shortly or, for particularly complex issues, a greater answer in a tractable period of time.

    This method may very well be used wherever MILP solvers are employed, resembling by ride-hailing companies, electrical grid operators, vaccination distributors, or any entity confronted with a thorny resource-allocation downside.

    “Sometimes, in a field like optimization, it is very common for folks to think of solutions as either purely machine learning or purely classical. I am a firm believer that we want to get the best of both worlds, and this is a really strong instantiation of that hybrid approach,” says senior creator Cathy Wu, the Gilbert W. Winslow Career Development Assistant Professor in Civil and Environmental Engineering (CEE), and a member of a member of the Laboratory for Information and Decision Systems (LIDS) and the Institute for Data, Systems, and Society (IDSS).

    Wu wrote the paper with co-lead authors Siriu Li, an IDSS graduate scholar, and Wenbin Ouyang, a CEE graduate scholar; in addition to Max Paulus, a graduate scholar at ETH Zurich. The analysis will probably be introduced on the Conference on Neural Information Processing Systems.

    Tough to unravel

    MILP issues have an exponential variety of potential options. For occasion, say a touring salesperson desires to seek out the shortest path to go to a number of cities after which return to their metropolis of origin. If there are numerous cities which may very well be visited in any order, the variety of potential options could be higher than the variety of atoms in the universe.  

    “These problems are called NP-hard, which means it is very unlikely there is an efficient algorithm to solve them. When the problem is big enough, we can only hope to achieve some suboptimal performance,” Wu explains.

    An MILP solver employs an array of strategies and sensible tips that may obtain affordable options in a tractable period of time.

    A typical solver makes use of a divide-and-conquer method, first splitting the area of potential options into smaller items with a way known as branching. Then, the solver employs a way known as slicing to tighten up these smaller items to allow them to be searched quicker.

    Cutting makes use of a algorithm that tighten the search area with out eradicating any possible options. These guidelines are generated by a number of dozen algorithms, often called separators, which have been created for various sorts of MILP issues. 

    Wu and her crew discovered that the method of figuring out the best mixture of separator algorithms to make use of is, in itself, an issue with an exponential variety of options.

    “Separator management is a core part of every solver, but this is an underappreciated aspect of the problem space. One of the contributions of this work is identifying the problem of separator management as a machine learning task to begin with,” she says.

    Shrinking the answer area

    She and her collaborators devised a filtering mechanism that reduces this separator search area from greater than 130,000 potential combos to round 20 choices. This filtering mechanism attracts on the precept of diminishing marginal returns, which says that probably the most profit would come from a small set of algorithms, and including further algorithms gained’t convey a lot further enchancment.

    Then they use a machine-learning mannequin to select the perfect mixture of algorithms from among the many 20 remaining choices.

    This mannequin is skilled with a dataset particular to the consumer’s optimization downside, so it learns to decide on algorithms that finest swimsuit the consumer’s explicit job. Since an organization like FedEx has solved routing issues many occasions earlier than, utilizing actual information gleaned from previous expertise ought to result in higher options than ranging from scratch every time.

    The mannequin’s iterative studying course of, often called contextual bandits, a type of reinforcement studying, entails selecting a possible answer, getting suggestions on how good it was, after which attempting once more to discover a higher answer.

    This data-driven method accelerated MILP solvers between 30 and 70 % with none drop in accuracy. Moreover, the speedup was comparable once they utilized it to a less complicated, open-source solver and a extra highly effective, business solver.

    In the longer term, Wu and her collaborators need to apply this method to much more complex MILP issues, the place gathering labeled information to coach the mannequin may very well be particularly difficult. Perhaps they’ll prepare the mannequin on a smaller dataset after which tweak it to deal with a a lot bigger optimization downside, she says. The researchers are additionally in deciphering the realized mannequin to raised perceive the effectiveness of various separator algorithms.

    This analysis is supported, in half, by Mathworks, the National Science Foundation (NSF), the MIT Amazon Science Hub, and MIT’s Research Support Committee.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    AI

    15+ AI Tools For Developers (December 2023)

    GitHub Copilot stands as a market-leading AI-powered coding assistant. Engineered to allow builders to supply…

    The Future

    ‘The Claw’ Is MSI’s Steam Deck-Like That Looks a Hell of a Lot Like a Steam Deck

    Say it with me, “The Claw.” What does that title evoke? Saturday morning cartoons? Timeless…

    Science

    The Steam Locomotive is Back, Although with an Eco-Friendly Twist

    What would develop into of all these black and white farewells at practice stations with…

    AI

    MIT Researchers Present A new computer vision system turns any shiny object into a camera of sorts: Enabling an observer to see around corners or beyond obstructions

    Valuable and infrequently hid details about one’s instant environment could be gleaned from an object’s…

    Gadgets

    OpenCore Legacy Patcher project brings macOS Sonoma support to 16-year-old Macs

    Enlarge / Unsupported Mac fashions like this 2017 iMac can set up macOS Sonoma utilizing…

    Our Picks
    Gadgets

    The best folding electric bikes for 2024

    Crypto

    Is Solana Preparing For Liftoff Or Meltdown? Analysts Weigh In

    AI

    Artificial intelligence for augmentation and productivity | Ztoog

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    The Future

    You Can Buy All the Apps for the Apple Vision Pro for Just $1,100

    AI

    What using artificial intelligence to help monitor surgery can teach us

    The Future

    Linktree is now allowing users to highlight links better with featured layout function

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2026 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.