Python Multiobjective Optimization
MCP Serverby jkitchin · Added 5mo ago
Claude
14
Install
git clone https://github.com/jkitchin/skillzAdd to Claude
claude mcp add python-multiobjective-optimizationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"python-multiobjective-optimization": {
"command": "npx",
"args": [
"@modelcontextprotocol/python-multiobjective-optimization"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert guidance for multiobjective optimization in Python - Pareto optimality, evolutionary algorithms (NSGA-II, NSGA-III, MOEA/D), scalarization methods, Pareto front analysis, and implementation with pymoo, platypus, and DEAP
Tags
ai-mlpythongobashapiskill