Changes:增加了自动生成修改数据变csv的格式
This commit is contained in:
@@ -2,8 +2,9 @@ from random import random
|
||||
import numpy as np
|
||||
from algorithm import algorithm
|
||||
import json
|
||||
import ray
|
||||
|
||||
|
||||
@ray.remote
|
||||
class white_noise(algorithm):
|
||||
def __init__(self):
|
||||
self.config_dict_ = None
|
||||
|
||||
Reference in New Issue
Block a user