Troubleshooting Metaheuristic: How to Fix Common Problems and Isuses
Common fixes:
- Clear the Cache of Your PC or Console
- Update Metaheuristic game Licenses (PS Only).
- Power cycling your console (PlayStation 4 & Xbox One): Turn off your console » unplug power-cable for 1min. » Plug power-cable back » restart console » Run Metaheuristic again.
- Install Missing Multiplayer packages.
How to Fix Metaheuristic Game Server Connection Problems:
- Reset Winsock:
- Press » Search bar » and type CMD. Now, Right-click Command Prompt when it comes up as a result and select Run as administrator.
In Command Prompt, type 'netsh winsock reset' and hit Enter (on your keyboard).
Now, Restart your computer and Launch Metaheuristic and check if the issue persists.
- Close all other Internet connected apps.
- Restart your network (modem or wi-fi).
Contact Metaheuristic Customer Service
If the problem still persists, contact Metaheuristic customer support. Here is how:
- Open email client
- Provide all neccessary details about the issues you're experiencing.
- Send your email to
ABOUT THE GAME
Metaheuristic is an application which implements (or intended to) a Turing complete machine. The main use of MH is a management of distributed tasks. Common cases of usage are:
Batch processing.
Common usage of batch processing - split data, create tasks for processing each part of data, process Tasks, aggregate results
Bulk processing of images.
Bulk processing of text.
All calcualtions are performed by distributed functions.
Metaheuristic can be deployed on-premiceses or in cloud. On-premises deployment allows to utilize internal computationa resource in more efficient way, i.e. running tasks at night. Also it helps to protect companies' intellectual property.
Metaheuristic behavior platform
Metaheuristic behavior platform is an extension for Metaheuristic for running Scenarios, evaluating and assessing quality of LLM-based APIs.
Running Scenarios
Scenario is DAG-based definition of steps for calling an external LLM-based API. For performing such calls MHBP create a prompt, collecting result, and makes additional transformation of data.
Evaluating and assessing quality
MHBP is scheduling requests to LLM and execute such requests. Collect the answers to prompt and evaluate them.
Decisions which are based on the result of evaluation.
Based on the result of evaluating and assessing of API, MHBP can create triggers, events, or call API to inform 3rd parties, if quality of tested LLM was degraded.