Tagged articles

local search

6 articles · Page 1 of 1
AI Engineering
AI Engineering
Jul 20, 2026 · Artificial Intelligence

wigolo: Add a Local, API‑Key‑Free Search Brain to Your AI Agent

wigolo is an open‑source tool that bundles search, web crawling, extraction, caching, research and autonomous agent capabilities into a single local MCP server, eliminating API keys, per‑call fees, and preserving data privacy while offering configurable design principles and performance comparisons.

AI AgentMCPNode.js
0 likes · 7 min read
wigolo: Add a Local, API‑Key‑Free Search Brain to Your AI Agent
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Jul 17, 2026 · Artificial Intelligence

wigolo: Zero‑Key, Zero‑Cost Local‑First Web Search Engine for AI Coding Agents

wigolo is an open‑source, local‑first web search platform for AI coding agents that removes API keys and query costs, caches results in a SQLite + vector store, supports 18 parallel search engines, offers intelligent crawling, research pipelines, and compares favorably against cloud‑based alternatives like Firecrawl, Exa and Tavily.

AI agentsMCPOpen Source
0 likes · 12 min read
wigolo: Zero‑Key, Zero‑Cost Local‑First Web Search Engine for AI Coding Agents
Alimama Tech
Alimama Tech
Aug 30, 2024 · Operations

How a Bi‑Objective Local Search Improves Contract Ad Inventory Allocation

This article presents a bi‑objective inventory allocation model for guaranteed‑delivery advertising that simultaneously maximizes impressions for new orders and balances supply distribution, and introduces a fast alternating local‑search algorithm (BOLS) that outperforms popular multi‑objective evolutionary algorithms and the commercial solver Gurobi in extensive experiments.

Ad Techbi-objective optimizationcontract advertising
0 likes · 21 min read
How a Bi‑Objective Local Search Improves Contract Ad Inventory Allocation
Alimama Tech
Alimama Tech
Jul 11, 2024 · Artificial Intelligence

Efficient Local Search for Guaranteed Display Advertising Inventory Allocation with Multilinear Constraints

The paper introduces LS‑IMP, a two‑stage local‑search algorithm with four novel operators that efficiently solves guaranteed‑delivery advertising inventory allocation under non‑convex multilinear media‑preference constraints, consistently outperforming commercial solvers and heuristics in solution quality and speed on real‑world datasets.

AlgorithmOnline Advertisinginventory allocation
0 likes · 17 min read
Efficient Local Search for Guaranteed Display Advertising Inventory Allocation with Multilinear Constraints
Model Perspective
Model Perspective
Oct 23, 2022 · Artificial Intelligence

Understanding the Butterfly Optimization Algorithm: Theory and Python Code

This article explains the Butterfly Optimization Algorithm (BOA), covering its biological inspiration, core concepts such as scent-based global and local search, key parameters, iteration process, and provides a complete Python implementation with example usage and visualisation of convergence.

Artificial IntelligenceButterfly Optimization AlgorithmPython
0 likes · 15 min read
Understanding the Butterfly Optimization Algorithm: Theory and Python Code