BugsBuggy

Results 15 comments of BugsBuggy

I think I have to be more clear: is it possible even if the previous trials were not conducted with SMAC? E.g. I have a DataFrame with configurations of previous...

Yes, that's what I'm looking for, thanks! Still, where do you get `branin/configspace.pcs` from? Currently, I cannot reconstruct the original scenario, because `'paramfile'` is missing. **Update:** I used the configspace...

The initialization hopefully worked (future experiments will confirm), thanks a lot for your help and the quick answers! I converted my previous trials into a runhistory.json like SMAC does and...

My experiments also confirm that the initialization is successful. However, I came across a special case and wonder if/how one can handle two different configuration spaces. Say the configuration space...

Thanks for the answer! Then I would have to exclude some trials, because they have invalid parameter choices. For example because some choices for categorical variables are not contained in...

I already tried to change them into constants. SMAC only allows to use `constant = h.Constant('relevant_var', 'choice1') self.cs.add_hyperparameter(constant)` and prohibits to modify the existing ConfigSpace via variable assignments. I also...

> Here's a simple static util method I use to convert excel dates to `DateTime`. Hope this helps :) > > ```dart > import 'package:jiffy/jiffy.dart'; > > static DateTime tryParseExcelDateTimeDouble(double...

After validating that the ConfigSpace is correctly mapped to the corresponding DataFrame columns and making sure that all categorial variables are encoded correctly I got the same error as you...

@imaNNeo with this code for bar_chart_painter.dart it works as intended: ``` import 'dart:core'; import 'dart:math'; import 'package:fl_chart/fl_chart.dart'; import 'package:fl_chart/src/chart/base/axis_chart/axis_chart_painter.dart'; import 'package:fl_chart/src/chart/base/base_chart/base_chart_painter.dart'; import 'package:fl_chart/src/extensions/bar_chart_data_extension.dart'; import 'package:fl_chart/src/extensions/paint_extension.dart'; import 'package:fl_chart/src/extensions/path_extension.dart'; import 'package:fl_chart/src/extensions/rrect_extension.dart'; import...

The only (annoying) workaround is to create an assistant in the UI and then set a non-empty system prompt. This prevents the content in the first message from being empty...