|
|
|
@@ -37,17 +37,3 @@ class EvolvedAnchoredMarket(AnchoredMarket, EvolvedMarket): |
|
|
|
User information with statistics calculated on anchors |
|
|
|
""" |
|
|
|
pass |
|
|
|
|
|
|
|
def evolve_learnware_by_user(self, learnware_id: str, user_info: AnchoredUserInfo): |
|
|
|
""" |
|
|
|
Enable leanrwares to evolve based on user info |
|
|
|
- e.g., When we estimate the performance of a specific learnware on user tasks, we can further refine the update of the learnware specification |
|
|
|
|
|
|
|
Parameters |
|
|
|
---------- |
|
|
|
learnware_id : str |
|
|
|
Leanrware id |
|
|
|
user_info : AnchoredUserInfo |
|
|
|
User information with statistics calculated on anchors |
|
|
|
""" |
|
|
|
pass |