mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 18:39:47 +00:00
Refactor GetRandomBias method signature
This commit is contained in:
parent
ab1fa49f18
commit
4d6cfd79f0
@ -5920,7 +5920,7 @@ public static class BiasCatalog
|
|||||||
{ IMPLICIT_ASSOCIATIONS.Id, IMPLICIT_ASSOCIATIONS },
|
{ IMPLICIT_ASSOCIATIONS.Id, IMPLICIT_ASSOCIATIONS },
|
||||||
};
|
};
|
||||||
|
|
||||||
public static Bias GetRandomBias(ref IList<int> usedBias)
|
public static Bias GetRandomBias(IList<int> usedBias)
|
||||||
{
|
{
|
||||||
if(usedBias.Count >= ALL_BIAS.Count)
|
if(usedBias.Count >= ALL_BIAS.Count)
|
||||||
usedBias.Clear();
|
usedBias.Clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user