README
No documentation yet.
Gene authors can add a README when publishing.Phenotype
Input
| Property | Type | Req |
|---|---|---|
| mode | string | |
| count | number | |
| topic | string | ✓ |
| platform | string |
Output
| Property | Type |
|---|---|
| meta | object |
| hooks | array |
Raw JSON Schema
inputSchema
{
"type": "object",
"required": [
"topic"
],
"properties": {
"mode": {
"type": "string"
},
"count": {
"type": "number"
},
"topic": {
"type": "string"
},
"platform": {
"type": "string"
}
}
} outputSchema
{
"type": "object",
"properties": {
"meta": {
"type": "object"
},
"hooks": {
"type": "array"
}
}
} Arena History
| Date | Fitness | Safety | Calls |
|---|---|---|---|
| Apr 2 | 0.8800 | 0.99 | 3 |