feat: expert manifold alignment, MoE router, FCES controller metadata bindings
This commit is contained in:
@@ -66,6 +66,12 @@ public:
|
||||
/// Calculate model sparsity
|
||||
float calculate_sparsity() const;
|
||||
|
||||
/// Get active controller ID
|
||||
uint64_t get_active_controller_id() const;
|
||||
|
||||
/// Get active controller fitness
|
||||
float get_active_controller_fitness() const;
|
||||
|
||||
private:
|
||||
FCESConfig config_;
|
||||
Population population_;
|
||||
|
||||
Reference in New Issue
Block a user