Close Menu
Ztoog
    What's Hot
    AI

    Meet Surya: A Multilingual Text Line Detection AI Model for Documents

    Mobile

    New leak reiterates Google Pixel 8 Pro specs

    Mobile

    Fetch the coolest clamshell Motorola Razr+ for an impressive discount

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

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

      Forget screens: more details emerge on the mysterious Jony Ive + OpenAI device

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    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

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

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

    Earth-like exoplanet found just 40 light years away – the closest yet

    (*40*)Illustration of the exoplanet Gliese 12 b, which orbits a cool, crimson dwarf star 40…

    The Future

    DeskTime vs Hubstaff – Software comparison for 2023

    DeskTime and Hubstaff are enterprise time-monitoring functions for worker monitoring. These monitoring software program instruments…

    Mobile

    Best unlocked phones 2023 | Android Central

    When you purchase top-of-the-line unlocked phones, you’ve got the liberty and suppleness to make use…

    Crypto

    Karma3 Labs raises $4.5M to improve trust in web3 with ratings and recommendations

    It’s changing into more durable to discern which platforms and individuals have good intentions on-line,…

    Mobile

    Check out these deals on the Poco X6 and M6 Pro, Galaxy S23 FE and iPhone 15

    The Poco X6 is powered by the Snapdragon 7s Gen 2 – whereas not as…

    Our Picks
    Technology

    X launches top up packs for its developer API

    Crypto

    Ethereum Exchange Supply Drops To 5-Year Lows, What This Means For Price

    Science

    NASA cut $420 million for climate science, moon modelling and more

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,850)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    Mobile

    Nearby Share for Windows is officially here, with new features in tow

    Technology

    Mesh Wearables Meld Micro Sensors and LoRa Smarts

    Technology

    Tensions rise between Targaryens in first teaser for House of the Dragon S2

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

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