Browse Source

[MNT] Modify details in EvolvedAnchoredMarket

tags/v0.3.2
Gene 3 years ago
parent
commit
40d8b2a66f
2 changed files with 1 additions and 15 deletions
  1. +1
    -1
      learnware/market/evolve.py
  2. +0
    -14
      learnware/market/evolve_anchor.py

+ 1
- 1
learnware/market/evolve.py View File

@@ -39,4 +39,4 @@ class EvolvedMarket(BaseMarket):
id_list : List[str]
Id list for learnwares
"""
pass
pass

+ 0
- 14
learnware/market/evolve_anchor.py View File

@@ -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

Loading…
Cancel
Save