Url: http://tiny.cc/jujus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -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: |
data sets for moead
Basic multi-objective random projections, [email protected]
home |
| Name. | What |
|---|---|
| tabu.lisp | main |
| tabu-lib.lisp | background routines |
| tabu-eg.lisp | test suites |
| Name. | What |
|---|---|
| _dotvimrc | vim config file |
| _dotbashrc | bash config file |
| ell | shell config boot file |
| Config | Files |
|---|---|
| editors | nanorc :: vimrc |
| utils | docco css :: a2ps syntact file for LUA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- example of function returning a table of names we want to import | |
| function fun1() print(1) end | |
| function fun2() print(2) end | |
| function fun3() print(3) end | |
| function fun4() print(4) end | |
| function fun5() print(5) end | |
| return {fun3=fun3, fun1=fun1, fun2=fun2, funs5=fun5, fun4=fun4} |



