Barrister help

For scripts to aid with computation or simulation in cellular automata.
Post Reply
User avatar
Tawal
Posts: 247
Joined: October 8th, 2023, 7:20 am

Barrister help

Post by Tawal » November 18th, 2023, 10:01 am

Hello,

I've download and make the "Barrister" program well.
(found here : https://github.com/mvr/barrister)

But I don't find a documentation for the use of it.
The Wiki returns me to Bellman's page :roll:

Is there some documentation ? Where ?

Cheers.

Edit
OK, I've run the command in the README file,
take a look on the results,
take a look on the test.toml file,
Then get this (shown with LifeHistory, don't run or with LifeBellman rules) :

Code: Select all

x = 95, y = 15, rule = LifeHistory
5.A39.A39.A$6.A39.A39.A$4.3A37.3A37.3A3$19B21.4E9.2C.3E34.2A$19B21.4E
4.2C.C2.C.3E29.2A.A2.A$19B11.D9.3E4.C.C.3C2.3E11.D16.A.A.3A$19B12.D8.
3EC3.C.C4.5E12.D10.2A3.A.A$19B5.9D7.3E2.C.C.3C7E5.9D9.A2.A.A.3A$19B
12.D8.3E4C.C3.7E12.D11.4A.A3.A$19B11.D9.3E5.C.9E11.D17.A2.2A$19B21.
19E26.A.A$19B21.19E26.2A$19B21.19E!
Although, a documentation for the parameters will be welcome :)
Alone we go faster … Together we go further …

Avatar's pattern
Possible uses found by Dave Green
Jormungant's explanation and uses

Currently investigating signal collisions … (stand by)

User avatar
Tawal
Posts: 247
Joined: October 8th, 2023, 7:20 am

Re: Barrister help

Post by Tawal » November 18th, 2023, 1:53 pm

What I understand :

For the input file :
The blue cells are for the investigation area.
The green cells are for the active cells (can evolve or be destroyed).

Are the white cells for a part of the catalyst ?
Which means that they must reappear.


For the result :
The green cells are the active cells which provide the reaction.
The white cells are a part of still life catalyst.
The yellow cells are the "non used" cells and can be used to stabilise the part of catalyst (in white).

About parameters ... :?:
I understand their purposes but not their values.
Alone we go faster … Together we go further …

Avatar's pattern
Possible uses found by Dave Green
Jormungant's explanation and uses

Currently investigating signal collisions … (stand by)

User avatar
Tawal
Posts: 247
Joined: October 8th, 2023, 7:20 am

Re: Barrister help

Post by Tawal » December 8th, 2023, 7:36 pm

Up

Nobody can help ?

Or is it taboo ?
Alone we go faster … Together we go further …

Avatar's pattern
Possible uses found by Dave Green
Jormungant's explanation and uses

Currently investigating signal collisions … (stand by)

mvr
Posts: 53
Joined: November 8th, 2009, 4:58 am

Re: Barrister help

Post by mvr » January 25th, 2024, 2:05 am

Sorry I didn't reply to this. I've made a lot of updates, including adding some explanation of the parameters to the README: https://github.com/mvr/barrister

Post Reply