public class SkillBranch extends DiSkillV2 {
// unique skill used to bind similar skills
/*
* contains collection of skills
* mutates active skill if detects conjuration
* mutates active skill if algorithm results in
* negative feedback
* positive feedback negates...
package AXJava;
public class AXLearnability {
private Boolean algSent = false;
// problems that may result because of the last deployed algorithm:
public UniqueItemSizeLimitedPriorityQueue defcons = new UniqueItemSizeLimitedPriorityQueue();// default size = 5
// major chaotic...
cls updated:
public class SkillHubAlgDispenser {
// super class to output an algorithm out of a selection of skills
// engage the hub with dispenseAlg and return the value to outAlg attribute
// of the containing skill (which houses the skill hub)
// this module enables using...