Skip to content

Instantly share code, notes, and snippets.

View timm's full-sized avatar

Tim Menzies timm

View GitHub Profile
@timm
timm / ,Tests4mop.md
Last active March 28, 2024 21:07
Test data, multi-objective problems, for SE problems

Test data, Multi-objective Problems, SE

@timm
timm / ,Tricks.md
Last active March 28, 2024 00:26
Timm's gist-based tricks for scipting

@timm
timm / ,Ape.md
Last active March 27, 2024 20:28
Adaptive Parameter Evolution

Adaptive Parameter Evolution

@timm
timm / Agent.md
Last active March 26, 2024 14:10
multi-objective planner
@timm
timm / README.md
Last active March 26, 2024 14:05
Gaussian discretization

saas

asd sad asdasas

@timm
timm / !dbayes.md
Created April 15, 2023 21:19
dbayes

Dbayes

@timm
timm / menubox.sh
Created September 27, 2020 14:56 — forked from seangeleno/menubox.sh
menu box, advanced bash scripting
#!/bin/bash
# utilitymenu.sh - A sample shell script to display menus on screen
# Store menu options selected by the user
INPUT=/tmp/menu.sh.$$
# Storage file for displaying cal and date command output
OUTPUT=/tmp/output.sh.$$
# get text editor or fall back to vi_editor
vi_editor=${EDITOR-vi}
@timm
timm / Makefile
Last active April 6, 2023 01:53
xfun : semi-supervised multi-objective explanation (in LISP)
-include ../config/do.mk
DO_what= xfun: semi-supervised multi-objective explanation (in LISP)
DO_copyright= Copyright (c) 2023 Tim Menzies, BSD-2.
DO_repos= . ../config ../data
install: $(DO_repos) ## get related repos
brew install rlwrap clisp sbcl
../data:
@timm
timm / !config.md
Last active April 4, 2023 13:51
config files
@timm
timm / !juju.md
Last active March 31, 2023 13:44
multi-objective semi-supervised explanations (in julia)