Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial Question
Particle Swarm Optimization - What is c1 and c2 in particle swarm optimization?
Answer
The variables c1 and c2 are commonly known as trust parameters while discussing Particle Swarm Optimization. A particle's confidence in itself is denoted by the parameter c1, while its confidence in its neighbors is represented by the value c2.